aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorDevon H. O'Dell <devon.odell@gmail.com>2009-11-14 15:29:09 -0800
committerRuss Cox <rsc@golang.org>2009-11-14 15:29:09 -0800
commit553be8427ed619cff7f4e58e4a0dd8d858b49d26 (patch)
tree941ec3d9eb7c810cae198cd58a03ce92d828c763 /src/pkg/Makefile
parent96bcdff6622d49174465e4102bd07c49cc5cc169 (diff)
downloadgo-553be8427ed619cff7f4e58e4a0dd8d858b49d26.tar.xz
Build changes to support work on the BSDs.
This does still contain some FreeBSD-specific bits, but it's a pain to do partial diffs. R=rsc https://golang.org/cl/152138
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 2869af2e07..4b251d4b85 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -120,16 +120,16 @@ nuke.dirs: $(addsuffix .nuke, $(DIRS))
test.dirs: $(addsuffix .test, $(TEST))
%.clean:
- +cd $* && make clean
+ +cd $* && gomake clean
%.install:
- +cd $* && make install
+ +cd $* && gomake install
%.nuke:
- +cd $* && make nuke
+ +cd $* && gomake nuke
%.test:
- +cd $* && make test
+ +cd $* && gomake test
clean: clean.dirs