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[] =
"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
......
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