mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
fix error in comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36728 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
076660864d
commit
190a61c8c2
1 changed files with 2 additions and 2 deletions
|
@ -617,8 +617,8 @@ ${tmp}_OBJC_FILES=$TESTFILE"
|
|||
$MAKE_CMD clean >/dev/null 2>&1
|
||||
|
||||
# Try building all the test files in the directory in parallel.
|
||||
# If that works, set NEEDBUILD to 'yes' so that we will try each
|
||||
# individual test file later.
|
||||
# If that works, set NEEDBUILD to 'no' so that we do not build
|
||||
# each individual test file later.
|
||||
echo "" >>$GSTESTLOG
|
||||
echo "Building in $dir" >>$GSTESTLOG
|
||||
$MAKE_CMD -j 4 debug=yes >>$GSTESTLOG 2>&1
|
||||
|
|
Loading…
Reference in a new issue