Commit f1547e51 authored by Russ Cox's avatar Russ Cox

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
parent 9b8a6dc7
...@@ -280,7 +280,7 @@ char preamble[] = ...@@ -280,7 +280,7 @@ char preamble[] =
"default: packages\n" "default: packages\n"
"\n" "\n"
"clean:\n" "clean:\n"
"\trm -f *.$O *.a\n" "\trm -f *.$O *.a $O.out\n"
"\n" "\n"
"test: packages\n" "test: packages\n"
"\tgotest\n" "\tgotest\n"
......
...@@ -41,7 +41,7 @@ done ...@@ -41,7 +41,7 @@ done
set -e set -e
# They all compile; now generate the code to call them. # 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 # package spec
echo 'package main' echo 'package main'
......
...@@ -13,7 +13,7 @@ AR=$(O)ar ...@@ -13,7 +13,7 @@ AR=$(O)ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a rm -f *.$O *.a $O.out
test: packages test: packages
gotest gotest
......
...@@ -13,7 +13,7 @@ AR=$(O)ar ...@@ -13,7 +13,7 @@ AR=$(O)ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a rm -f *.$O *.a $O.out
test: packages test: packages
gotest gotest
......
...@@ -13,7 +13,7 @@ AR=$(O)ar ...@@ -13,7 +13,7 @@ AR=$(O)ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a rm -f *.$O *.a $O.out
test: packages test: packages
gotest gotest
......
...@@ -13,7 +13,7 @@ AR=$(O)ar ...@@ -13,7 +13,7 @@ AR=$(O)ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a rm -f *.$O *.a $O.out
test: packages test: packages
gotest gotest
......
...@@ -13,7 +13,7 @@ AR=$(O)ar ...@@ -13,7 +13,7 @@ AR=$(O)ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a rm -f *.$O *.a $O.out
test: packages test: packages
gotest gotest
......
...@@ -13,7 +13,7 @@ AR=$(O)ar ...@@ -13,7 +13,7 @@ AR=$(O)ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a rm -f *.$O *.a $O.out
test: packages test: packages
gotest gotest
......
...@@ -13,7 +13,7 @@ AR=$(O)ar ...@@ -13,7 +13,7 @@ AR=$(O)ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a rm -f *.$O *.a $O.out
test: packages test: packages
gotest gotest
......
...@@ -15,7 +15,7 @@ AR=$(O)ar ...@@ -15,7 +15,7 @@ AR=$(O)ar
default: packages default: packages
clean: clean:
rm -f *.$O *.a rm -f *.$O *.a $O.out
test: packages test: packages
gotest gotest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment