git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1823 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-06-02 01:58:05 +00:00
parent be1f98edf5
commit c2e04fc506
+5 -5
View File
@@ -1,15 +1,15 @@
- flag for an option to set if changing it will trigger a new 'make depend' - flag for an option to set if changing it will trigger a new 'make depend'
- same for 'make clean' - same for 'make clean'
- Specify files to be removed on clean. - Specify files to be removed on clean.
- static compilation - static compilationa (?)
- generating tags files - Let the dependency index depend on the Makeinfo files
- grep is used for the gcc 3.4 compilation patch. It's slower now, (What about the internal dependencies among Makeinfo)
and presence for "grep" isn't even checked.
some docs some docs
- uqm_LDFLAGS etc are only relevant in the top dir - uqm_LDFLAGS etc are only relevant in the top dir
- some variables are 'inherited' from parent dir - some variables are 'inherited' from parent dir
update: this is not true anymore. The behavior was not needed and
would just complicate things.
- files are sourced (.) - files are sourced (.)