Minor tweaks and define USE_ARC if the compiler supports it

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39751 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-05-13 09:53:44 +00:00
parent a21bdd4ae8
commit c5a8a00a7a
8 changed files with 281 additions and 87 deletions

View file

@ -611,7 +611,7 @@ do
NEEDBUILD=yes
if test x"$TEMPLATE" = x
then
rm -rf core obj GNUmakefile gdb.cmds
rm -rf core core.* *.core obj GNUmakefile gdb.cmds
else
TESTNAMES=
TESTRULES=
@ -730,7 +730,7 @@ fi
if test "$GSTESTMODE" = "clean"
then
rm -rf core obj GNUmakefile.tmp gdb.cmds tests.tmp tests.sum.tmp tests.log.tmp tests.log tests.sum oldtests.log oldtests.sum
rm -rf core core.* *.core obj GNUmakefile.tmp gdb.cmds tests.tmp tests.sum.tmp tests.log.tmp tests.log tests.sum oldtests.log oldtests.sum
else
# Make some stats.
if test -r tests.sum