mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed typo in my last changelog entry
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29549 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
26b77ab2a5
commit
74ac9a17cb
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
Implemented experimental support for parallelizing building
|
||||
different tools. For example, if you have "TOOL_NAME = autogsdoc
|
||||
cvtenc", the two tools are now built in parallel when you specify
|
||||
'make -j 2'. Warning: this means the order of building tools is
|
||||
no longer guaranteed.
|
||||
'make -j 2'. Warning: this means the order in which tools are
|
||||
built is no longer guaranteed.
|
||||
* Master/tool.make (internal-all): When parallel building is
|
||||
enabled, fire off a _GNUSTEP_MAKE_PARALLEL=yes sub-make to build.
|
||||
(internal-master-tool-all): New target used by the
|
||||
|
|
Loading…
Reference in a new issue