mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Updated comment about depending on GNUmakefile to account for changes
in make variable values git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@15303 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2c3a822707
commit
14a046766a
1 changed files with 5 additions and 3 deletions
|
@ -229,9 +229,11 @@ endif
|
|||
|
||||
OBJC_OBJ_FILES_TO_INSPECT = $(OBJC_OBJ_FILES) $(SUBPROJECT_OBJ_FILES)
|
||||
|
||||
# FIXME - I don't think we can depend on GNUmakefile - rather we should
|
||||
# FORCE then because GNUmakefile might include other arbitrary files outside
|
||||
# our control
|
||||
# FIXME - We should not depend on GNUmakefile - rather we should use
|
||||
# Instance/Shared/stamp-string.make if we need to depend on the value
|
||||
# of some make variables. That would also detect a change in
|
||||
# FRAMEWORK_INSTALL_DIR from the command line, not currently covered
|
||||
# at the moment!
|
||||
#
|
||||
# To get the list of all classes, we run 'nm' on the object files, and
|
||||
# retrieve all symbols of the form __objc_class_name_NSObject which
|
||||
|
|
Loading…
Reference in a new issue