mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Updated comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@23645 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9eb0241942
commit
f4c58efd3b
1 changed files with 7 additions and 1 deletions
|
@ -206,8 +206,14 @@ ifeq ($(filelist),yes)
|
|||
# $INSTALL_ROOT_DIR such as
|
||||
# $(INSTALL_DATA) page.html $(INSTALL_ROOT_DIR)/usr/local/MySoftware/
|
||||
# instead of $(INSTALL_DATA) page.html /usr/local/MySoftware/
|
||||
#
|
||||
# Please note that INSTALL_ROOT_DIR is similar to DESTDIR, but does not
|
||||
# affect GNUSTEP_INSTALLATION_DIR, which is supposed to already include
|
||||
# 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
|
||||
|
||||
# Get the list of files inside GNUSTEP_INSTALL_BASE
|
||||
# Get the list of files inside INSTALL_ROOT_DIR
|
||||
internal-after-install::
|
||||
$(ECHO_NOTHING)for file in `$(TAR) Pcf - $(INSTALL_ROOT_DIR) | $(TAR) t`; do \
|
||||
if [ -d "$$file" ]; then \
|
||||
|
|
Loading…
Reference in a new issue