Strategical reorganization in the core make rules - broken the %.variables

rule into three different rules - %.variables, %.tools and %.subprojects


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10446 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-07-12 16:27:43 +00:00
parent 8dc0061eec
commit 0fe0b30b91

View file

@ -1,3 +1,12 @@
Thu Jul 12 17:26:40 2001 Nicola Pero <nicola@brainstorm.co.uk>
* rules.make (%.variables): Depend on %.tools and %.subprojects.
Corresponding code to build framework tools and subprojects moved
into new %.tools and %.subprojects rules.
(.PRECIOUS): Added %.variables, %.subprojects and %.tools to
prevent make from trying to delete them as if they were temporary
files.
Thu Jul 12 16:54:01 2001 Nicola Pero <nicola@brainstorm.co.uk>
* rules.make (%.variables): Pass TARGET down to submake so that