-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented new API (serial-subdirectories.make and parallel-subdirec…
…tories.make) to build subdirectories. aggregate.make is still available for backwards compatibility git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29592 72102866-910b-0410-8b05-ffd578937521
- Loading branch information
nicola
committed
Feb 12, 2010
1 parent
708b1e5
commit 295d97f
Showing
13 changed files
with
482 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
2010-02-12 Nicola Pero <[email protected]> | ||
|
||
Implemented new API to build subdirectories. aggregate.make is | ||
still available for backwards-compatibility, but moving forward | ||
serial-subdirectories.make and parallel-subdirectories.make will | ||
be used (and can be mixed in the same GNUmakefile!) to build | ||
subdirectories, clearly specifying if subdirectories are to build | ||
serially or in parallel. | ||
* aggregate.make: File rewritten to be a wrapper around | ||
serial-subdirectories.make and parallel-subdirectories.make | ||
* parallel-subdirectories.make: New file. | ||
* serial-subdirectories.make: New file. | ||
* Master/aggregate.make: File removed. | ||
* Master/parallel-subdirectories.make: New file. | ||
* Master/serial-subdirectories.make: New file. | ||
* messages.make (ECHO_MAKING_OPERATION_IN_DIRECTORY): New message | ||
used by the new subdirectories code. | ||
* GNUmakefile.in (MAKE_FILES, MASTER_MAKE_FILES): Updated lists of | ||
makefiles. | ||
|
||
* Documentation/releasenotes.texi: Updated with new changes. | ||
Also, refer to the next release as 2.4.0 instead of 2.2.1. | ||
* Documentation/news.texi: Same changes. | ||
* RELEASENOTES: Regenerated. | ||
* NEWS: Regenerated. | ||
|
||
2010-02-12 Nicola Pero <[email protected]> | ||
|
||
Implemented parallel building of aggregate projects. Whenever you | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.