aboutsummaryrefslogtreecommitdiff
path: root/src/make.rc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2015-02-28 14:00:44 -0500
committerRuss Cox <rsc@golang.org>2015-03-01 00:40:23 +0000
commit3317e7f19a15d7b7adb262c2a2712ba3caf05c70 (patch)
tree999fbdf98df23244748becf11ddbb388ee9d8655 /src/make.rc
parentdca5f2e9b3212ef6df7e08ebd818b804ad27db91 (diff)
downloadgo-3317e7f19a15d7b7adb262c2a2712ba3caf05c70.tar.gz
go-3317e7f19a15d7b7adb262c2a2712ba3caf05c70.zip
all: delete C libraries and cmd/dist code that builds them
Change-Id: Ic66243674ac1dbf829c7523005e33611cc89ac83 Reviewed-on: https://go-review.googlesource.com/6362 Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/make.rc')
-rwxr-xr-xsrc/make.rc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/make.rc b/src/make.rc
index 46ab35bcbc..1d51f2842e 100755
--- a/src/make.rc
+++ b/src/make.rc
@@ -35,9 +35,6 @@ 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 ./runtime/runtime_defs.go