mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Added FIXME
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@23819 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e183e39d29
commit
d79999f06f
1 changed files with 3 additions and 0 deletions
|
@ -212,6 +212,9 @@ ifeq ($(filelist),yes)
|
|||
# INSTALL_ROOT_DIR. Ie, make INSTALL_ROOT_DIR=/tmp won't affect
|
||||
# GNUSTEP_INSTALLATION_DIR and so wouldn't install everything in /tmp.
|
||||
# You'd rather need make INSTALL_ROOT_DIR=/tmp GNUSTEP_INSTALLATION_DIR=/tmp/usr/GNUstep/Local
|
||||
#
|
||||
# FIXME - we now support DESTDIR, if DESTDIR is set,
|
||||
# INSTALL_ROOT_DIR should automatically be set in some related way!
|
||||
|
||||
# Get the list of files inside INSTALL_ROOT_DIR
|
||||
internal-after-install::
|
||||
|
|
Loading…
Reference in a new issue