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:
Nicola Pero 2010-02-11 13:30:04 +00:00
parent 26b77ab2a5
commit 74ac9a17cb

View file

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