mirror of
https://github.com/golang/go
synced 2024-11-05 11:36:10 -07:00
make pkg/runtime/Makefile behave like the others:
make builds; make install installs. R=r DELTA=2 (2 added, 0 deleted, 0 changed) OCL=30489 CL=30491
This commit is contained in:
parent
cfe9211753
commit
ab7a8d43a4
@ -79,6 +79,8 @@ HFILES=\
|
|||||||
$(GOOS)/os.h\
|
$(GOOS)/os.h\
|
||||||
$(GOOS)/$(GOARCH)/defs.h\
|
$(GOOS)/$(GOARCH)/defs.h\
|
||||||
|
|
||||||
|
all: $(LIB) runtime.acid
|
||||||
|
|
||||||
install: $(LIB) runtime.acid
|
install: $(LIB) runtime.acid
|
||||||
test -d $(GOROOT)/pkg && mkdir -p $(GOROOT)/pkg/$(GOOS)_$(GOARCH)
|
test -d $(GOROOT)/pkg && mkdir -p $(GOROOT)/pkg/$(GOOS)_$(GOARCH)
|
||||||
cp $(LIB) $(GOROOT)/pkg/$(GOOS)_$(GOARCH)/$(LIB)
|
cp $(LIB) $(GOROOT)/pkg/$(GOOS)_$(GOARCH)/$(LIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user