mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Tiny fix for parallel building of tools and libraries
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27880 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b208832d48
commit
711442c52d
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2009-02-16 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Instance/library.make (internal-library-all_): Fixed
|
||||
GNUSTEP_OPERATION used in submake invocation when doing a parallel
|
||||
build.
|
||||
* Instance/tool.make (internal-tool-all_): Same change.
|
||||
|
||||
2009-02-09 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
Added experimental support for parallel building of libraries and
|
||||
|
|
|
@ -266,7 +266,7 @@ internal-library-all_:: $(GNUSTEP_OBJ_DIR)
|
|||
internal-library-compile \
|
||||
GNUSTEP_TYPE=$(GNUSTEP_TYPE) \
|
||||
GNUSTEP_INSTANCE=$(GNUSTEP_INSTANCE) \
|
||||
GNUSTEP_OPERATION=$(GNUSTEP_OPERATION) \
|
||||
GNUSTEP_OPERATION=compile \
|
||||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ internal-tool-all_:: $(GNUSTEP_OBJ_DIR)
|
|||
internal-tool-compile \
|
||||
GNUSTEP_TYPE=$(GNUSTEP_TYPE) \
|
||||
GNUSTEP_INSTANCE=$(GNUSTEP_INSTANCE) \
|
||||
GNUSTEP_OPERATION=$(GNUSTEP_OPERATION) \
|
||||
GNUSTEP_OPERATION=compile \
|
||||
GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \
|
||||
_GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO)
|
||||
|
||||
|
|
Loading…
Reference in a new issue