mirror of
https://github.com/golang/go
synced 2024-11-20 09:04:44 -07: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:
parent
d7c1048771
commit
0a20746cac
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user