summaryrefslogtreecommitdiff
path: root/src/Make.pkg
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-07-26 00:30:39 -0400
committerRuss Cox <rsc@golang.org>2011-07-26 00:30:39 -0400
commit5739c426c27eebd9c717959f19078a650e410068 (patch)
treec82575302621115d05487c62c7ea4689e35baee4 /src/Make.pkg
parent58dd5d216946f937b1c5feb01be2d5467e198e57 (diff)
downloadgo-5739c426c27eebd9c717959f19078a650e410068.tar.gz
build: remove rm dreg
Undo CL 4254056 now that enough time has elapsed that people with old trees have all built and removed those files (which are no longer generated in that location). Fixes issue 1581. R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/4802059
Diffstat (limited to 'src/Make.pkg')
-rw-r--r--src/Make.pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make.pkg b/src/Make.pkg
index 86a2e9fd0..fc80cf6e6 100644
--- a/src/Make.pkg
+++ b/src/Make.pkg
@@ -59,7 +59,7 @@ coverage:
gotest
6cov -g $(shell pwd) $O.out | grep -v '_test\.go:'
-CLEANFILES+=*.so _obj _test _testmain.go *.exe _cgo* *.cgo[12].* test.out build.out
+CLEANFILES+=*.so _obj _test _testmain.go *.exe _cgo* test.out build.out
test:
gotest