mirror of https://github.com/golang/go.git
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)/$(GOARCH)/defs.h\
|
||||
|
||||
all: $(LIB) runtime.acid
|
||||
|
||||
install: $(LIB) runtime.acid
|
||||
test -d $(GOROOT)/pkg && mkdir -p $(GOROOT)/pkg/$(GOOS)_$(GOARCH)
|
||||
cp $(LIB) $(GOROOT)/pkg/$(GOOS)_$(GOARCH)/$(LIB)
|
||||
|
|
|
|||
Loading…
Reference in New Issue