summaryrefslogtreecommitdiff
path: root/src/make.rc
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2014-02-13 20:06:41 +0100
committerDavid du Colombier <0intro@gmail.com>2014-02-13 20:06:41 +0100
commita8db5dfa980737f696743c83759b96a3c7b5eb99 (patch)
tree091dee81873809770522081f49d59a26e8d85256 /src/make.rc
parenta2e04d1583c488aa22dcc4c7bc84841134cdf7db (diff)
downloadgo-a8db5dfa980737f696743c83759b96a3c7b5eb99.tar.gz
lib9: enable on Plan 9
This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://codereview.appspot.com/60840049
Diffstat (limited to 'src/make.rc')
-rwxr-xr-xsrc/make.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/make.rc b/src/make.rc
index 222bb8a18..ab152c0db 100755
--- a/src/make.rc
+++ b/src/make.rc
@@ -36,6 +36,9 @@ if(! test -f run.rc){
exit wrongdir
}
+# Generate libc_plan9.h.
+../include/plan9/mklibc.rc > ../include/plan9/libc_plan9.h
+
# Clean old generated file that will cause problems in the build.
rm -f ./pkg/runtime/runtime_defs.go