From 55dfdb64abe97a838cef38442182ae95199a5714 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 26 Jul 2011 00:30:39 -0400 Subject: [PATCH] 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 #1581. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4802059 --- src/Make.pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Make.pkg b/src/Make.pkg index 86a2e9fd0d5..fc80cf6e6c9 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