From 5739c426c27eebd9c717959f19078a650e410068 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 26 Jul 2011 00:30:39 -0400 Subject: 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 --- src/Make.pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Make.pkg') 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 -- cgit v1.2.1