aboutsummaryrefslogtreecommitdiff
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
commit174b8c95f5572e30835fa0bcc4aee6fc281e453e (patch)
treecb3861d603a5b6a42b5f03c940f41eb537d862e9 /src/make.rc
parent705d7c164fa61181f2f943fb2541b39b39ced637 (diff)
downloadgo-174b8c95f5572e30835fa0bcc4aee6fc281e453e.tar.gz
go-174b8c95f5572e30835fa0bcc4aee6fc281e453e.zip
lib9: enable on Plan 9
This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://golang.org/cl/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 222bb8a186..ab152c0db1 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