generating makefiles from a newer version of gb
git-svn-id: https://weed-fs.googlecode.com/svn/trunk@41 282b0af5-e82d-9cf1-ede4-77906d7719d0
This commit is contained in:
@@ -19,8 +19,8 @@ GOPATHSEP=:
|
||||
ifeq ($(GOHOSTOS),windows)
|
||||
GOPATHSEP=;
|
||||
endif
|
||||
GCIMPORTS=-I $(subst $(GOPATHSEP),/pkg/$(GOOS)_$(GOARCH) -I , $(GOPATH))/pkg/$(GOOS)_$(GOARCH)
|
||||
LDIMPORTS=-L $(subst $(GOPATHSEP),/pkg/$(GOOS)_$(GOARCH) -L , $(GOPATH))/pkg/$(GOOS)_$(GOARCH)
|
||||
GCIMPORTS+=-I $(subst $(GOPATHSEP),/pkg/$(GOOS)_$(GOARCH) -I , $(GOPATH))/pkg/$(GOOS)_$(GOARCH)
|
||||
LDIMPORTS+=-L $(subst $(GOPATHSEP),/pkg/$(GOOS)_$(GOARCH) -L , $(GOPATH))/pkg/$(GOOS)_$(GOARCH)
|
||||
|
||||
# gb: default target is in GBROOT this way
|
||||
command:
|
||||
@@ -34,4 +34,4 @@ command: $(GBROOT)/bin/$(TARG)
|
||||
|
||||
# gb: local dependencies
|
||||
$(TARG): $(GBROOT)/_obj/storage.a
|
||||
<<<<<<< local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user