mirror of
https://github.com/golang/go.git
synced 2025-05-19 14:24:46 +00:00
leave 6.out around after gotest;
delete it in make clean. R=r DELTA=10 (0 added, 0 deleted, 10 changed) OCL=19542 CL=19581
This commit is contained in:
parent
9b8a6dc7da
commit
f1547e511b
@ -280,7 +280,7 @@ char preamble[] =
|
||||
"default: packages\n"
|
||||
"\n"
|
||||
"clean:\n"
|
||||
"\trm -f *.$O *.a\n"
|
||||
"\trm -f *.$O *.a $O.out\n"
|
||||
"\n"
|
||||
"test: packages\n"
|
||||
"\tgotest\n"
|
||||
|
@ -41,7 +41,7 @@ done
|
||||
set -e
|
||||
|
||||
# They all compile; now generate the code to call them.
|
||||
trap "rm -f _testmain.go _testmain.6 6.out" 0 1 2 3 14 15
|
||||
trap "rm -f _testmain.go _testmain.6" 0 1 2 3 14 15
|
||||
{
|
||||
# package spec
|
||||
echo 'package main'
|
||||
|
@ -13,7 +13,7 @@ AR=$(O)ar
|
||||
default: packages
|
||||
|
||||
clean:
|
||||
rm -f *.$O *.a
|
||||
rm -f *.$O *.a $O.out
|
||||
|
||||
test: packages
|
||||
gotest
|
||||
|
@ -13,7 +13,7 @@ AR=$(O)ar
|
||||
default: packages
|
||||
|
||||
clean:
|
||||
rm -f *.$O *.a
|
||||
rm -f *.$O *.a $O.out
|
||||
|
||||
test: packages
|
||||
gotest
|
||||
|
@ -13,7 +13,7 @@ AR=$(O)ar
|
||||
default: packages
|
||||
|
||||
clean:
|
||||
rm -f *.$O *.a
|
||||
rm -f *.$O *.a $O.out
|
||||
|
||||
test: packages
|
||||
gotest
|
||||
|
@ -13,7 +13,7 @@ AR=$(O)ar
|
||||
default: packages
|
||||
|
||||
clean:
|
||||
rm -f *.$O *.a
|
||||
rm -f *.$O *.a $O.out
|
||||
|
||||
test: packages
|
||||
gotest
|
||||
|
@ -13,7 +13,7 @@ AR=$(O)ar
|
||||
default: packages
|
||||
|
||||
clean:
|
||||
rm -f *.$O *.a
|
||||
rm -f *.$O *.a $O.out
|
||||
|
||||
test: packages
|
||||
gotest
|
||||
|
@ -13,7 +13,7 @@ AR=$(O)ar
|
||||
default: packages
|
||||
|
||||
clean:
|
||||
rm -f *.$O *.a
|
||||
rm -f *.$O *.a $O.out
|
||||
|
||||
test: packages
|
||||
gotest
|
||||
|
@ -13,7 +13,7 @@ AR=$(O)ar
|
||||
default: packages
|
||||
|
||||
clean:
|
||||
rm -f *.$O *.a
|
||||
rm -f *.$O *.a $O.out
|
||||
|
||||
test: packages
|
||||
gotest
|
||||
|
@ -15,7 +15,7 @@ AR=$(O)ar
|
||||
default: packages
|
||||
|
||||
clean:
|
||||
rm -f *.$O *.a
|
||||
rm -f *.$O *.a $O.out
|
||||
|
||||
test: packages
|
||||
gotest
|
||||
|
Loading…
x
Reference in New Issue
Block a user