summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clean.bash b/src/clean.bash
index d96eb52df..5c1dded56 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -25,8 +25,8 @@ for i in lib9 libbio libmach cmd pkg \
do(
cd "$GOROOT"/src/$i || exit 1
if test -f clean.bash; then
- bash clean.bash
+ bash clean.bash --gomake $MAKE
else
- gomake clean
+ $MAKE clean
fi
)done