1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:14:42 -07:00

g4 open sysimport.c before writing it

R=r
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=21577
CL=21603
This commit is contained in:
Russ Cox 2008-12-19 09:03:44 -08:00
parent c4416ac06b
commit cbff09d666

View File

@ -46,6 +46,7 @@ y.tab.c: y.tab.h
# than sys.go (or unsafe.go or mksys.c).
sysimport.c: sys.go unsafe.go mksys.c
if test -x $(BIN)/6g; then \
p4 open sysimport.c; \
gcc -o mksys mksys.c; \
6g sys.go; \
6g unsafe.go; \