Added FIXME comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8881 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-29 19:36:33 +00:00
parent bffc91e57c
commit 3106ae38fd

View file

@ -223,6 +223,9 @@ ifeq ($(filelist),yes)
# instead of $(INSTALL_DATA) page.html /usr/local/MySoftware/
# Get the list of files inside GNUSTEP_INSTALL_BASE
### FIXME - using after-install:: means if someone installs something
### in his after-install:: in the GNUmakefile.postamble, that could be
### executed after this, and then we miss that file/something from the list
after-install::
for file in `$(TAR) Pcf - $(INSTALL_ROOT_DIR) | $(TAR) t`; do \
if [ -d "$$file" ]; then \