From: Russ Cox Date: Tue, 26 Jul 2011 04:30:39 +0000 (-0400) Subject: build: remove rm dreg X-Git-Tag: weekly.2011-07-29~53 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=55dfdb64abe97a838cef38442182ae95199a5714;p=gostls13.git 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 --- diff --git a/src/Make.pkg b/src/Make.pkg index 86a2e9fd0d..fc80cf6e6c 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