mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Factored out bundling code from bundle.make; more tidy up in before-xxx-all
and after-xxx-all git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12886 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0c291a7312
commit
ba5043927b
1 changed files with 30 additions and 0 deletions
30
ChangeLog
30
ChangeLog
|
@ -1,3 +1,33 @@
|
|||
Thu Feb 28 14:35:27 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Instance/rules.make (.PHONY): Declare here as .PHONY
|
||||
before-$(GNUSTEP_INSTANCE)-all and after-$(GNUSTEP_INSTANCE)-all.
|
||||
* Instance/application.make: And not here.
|
||||
* Instance/bundle.make: Idem.
|
||||
* Instance/ctool.make: Idem.
|
||||
* Instance/documentation.make: Idem.
|
||||
* Instance/framework.make: Idem.
|
||||
* Instance/gswapp.make: Idem.
|
||||
* Instance/gswbundle.make: Idem.
|
||||
* Instance/java-tool.make: Idem.
|
||||
* Instance/java.make: Idem.
|
||||
* Instance/library.make: Idem.
|
||||
* Instance/objc.make: Idem.
|
||||
* Instance/palette.make: Idem.
|
||||
* Instance/rules.make: Idem.
|
||||
* Instance/service.make: Idem.
|
||||
* Instance/subproject.make: Idem.
|
||||
* Instance/test-library.make: Idem.
|
||||
* Instance/tool.make: Idem.
|
||||
|
||||
Thu Feb 28 13:24:08 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* GNUmakefile.in (INSTANCE_SHARED_MAKE_FILES): Added bundle.make.
|
||||
* Instance/Shared/bundle.make: New file.
|
||||
* Instance/bundle.make: Simplified a lot by using
|
||||
Instance/Shared/bundle.make to create bundle dirs and copying
|
||||
resource files there.
|
||||
|
||||
Thu Feb 28 13:03:12 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Instance/rules.make (before-$(GNUSTEP_INSTANCE)-all): Added.
|
||||
|
|
Loading…
Reference in a new issue