Commit ed34f5da authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Trim down the amount of recompiles due to version.gen.go.

parent 868dc2c4
...@@ -3,8 +3,7 @@ include $(GOROOT)/src/Make.inc ...@@ -3,8 +3,7 @@ include $(GOROOT)/src/Make.inc
TARG=github.com/hanwen/go-fuse/fuse TARG=github.com/hanwen/go-fuse/fuse
GOFILES=\ MANUAL_GOFILES=api.go \
api.go \
bufferpool.go \ bufferpool.go \
copy.go \ copy.go \
default.go \ default.go \
...@@ -27,13 +26,11 @@ GOFILES=\ ...@@ -27,13 +26,11 @@ GOFILES=\
timingrawfs.go \ timingrawfs.go \
types.go\ types.go\
version.go \ version.go \
version.gen.go \
xattr.go \ xattr.go \
GOFILES=$(MANUAL_GOFILES) version.gen.go
include $(GOROOT)/src/Make.pkg include $(GOROOT)/src/Make.pkg
version.gen.go: FORCE version.gen.go: $(MANUAL_GOFILES)
sh genversion.sh > $@ sh genversion.sh > $@
FORCE:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment