Commit cbff09d6 authored by Russ Cox's avatar Russ Cox

g4 open sysimport.c before writing it

R=r
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=21577
CL=21603
parent c4416ac0
......@@ -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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment