mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
Simplified the %.build rule in rules.make by using a standard before-all
target to build public headers in frameworks git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10406 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
642ced917e
commit
8d39a4a773
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
Tue Jul 10 17:09:34 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* framework.make (build-framework-headers): Renamed to
|
||||
internal-framework-before-all.
|
||||
(internal-framework-before-all): Print a message that we are
|
||||
building the framework public headers.
|
||||
(before-all): New rule.
|
||||
* rules.make (%.build): Removed code running manually a submake
|
||||
invocation to run the build-framework-headers operation. Do not
|
||||
process SUBPROJECTS or TOOLS when the operation is before-all.
|
||||
Fixed typo/bug - $ff was used insted of $$f in warning messages.
|
||||
|
||||
Tue Jul 10 15:46:38 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* rules.make (%.build): Reverted some makefile conditionals to
|
||||
|
|
Loading…
Reference in a new issue