aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-12-04 10:11:32 -0800
committerRuss Cox <rsc@golang.org>2009-12-04 10:11:32 -0800
commit609eeee81737deba01c9d6d459fb5e8483d336ab (patch)
tree9fae702059ee9f94f2bc731ad4f4801ce188208a /src/make.bash
parent11384eecf8933b6c658f98ab95a1acf62c52aa39 (diff)
downloadgo-609eeee81737deba01c9d6d459fb5e8483d336ab.tar.xz
make Native Client support build again,
add README explaining how to try the web demos. Fixes #339. R=r CC=barry.d.silverman, bss, vadim https://golang.org/cl/165057
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash
index c3e7c6c257..eb537eae97 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -82,7 +82,7 @@ bash clean.bash
for i in lib9 libbio libmach cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt cmd/goyacc cmd/hgpatch
do
case "$i-$GOOS" in
- libcgo-nacl)
+ libcgo-nacl | cmd/*-nacl)
;;
*)
# The ( ) here are to preserve the current directory