1
0
mirror of https://github.com/golang/go synced 2024-10-03 15:31:22 -06:00

remove old .6 after install,

so that compilation of other .6
will use the copy in goroot/pkg

R=r
DELTA=3  (1 added, 0 deleted, 2 changed)
OCL=19931
CL=19933
This commit is contained in:
Russ Cox 2008-11-24 14:51:01 -08:00
parent d7c1048771
commit 0a20746cac

View File

@ -54,7 +54,7 @@ test.files: $(addsuffix .test, $(TEST))
rm -f $*.6
%.install: %.6
cp $*.6 $(GOROOT)/pkg/$*.6
mv $*.6 $(GOROOT)/pkg/$*.6
%.dirclean:
+cd $* && make clean
@ -91,6 +91,7 @@ net.dirinstall: once.install os.dirinstall strconv.dirinstall
os.dirinstall: syscall.dirinstall
regexp.dirinstall: os.dirinstall
reflect.dirinstall: strconv.dirinstall
strconv.dirinstall: os.dirinstall
strconv.dirinstall: os.dirinstall utf8.install
tabwriter.dirinstall: os.dirinstall io.install container/array.dirinstall
time.dirinstall: once.install os.dirinstall