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:
Nicola Pero 2001-07-10 16:17:27 +00:00
parent 642ced917e
commit 8d39a4a773

View file

@ -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