Commit b889a9f9 authored by Gustavo Niemeyer's avatar Gustavo Niemeyer

build: reenable clean.bash without gomake

This change had already been made in revision 7371, but
was then undone with changes in revision 7606.

R=golang-dev, rsc1
CC=golang-dev
https://golang.org/cl/4239064
parent f91e677e
......@@ -24,5 +24,6 @@ for i in lib9 libbio libmach cmd pkg \
../misc/cgo/life ../misc/cgo/test \
../test/bench ../test/garbage
do
gomake -C "$GOROOT/src/$i" clean
# Do not use gomake here. It may not be available.
$MAKE -C "$GOROOT/src/$i" clean
done
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