mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
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:
parent
8dc0061eec
commit
0fe0b30b91
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue