diff --git a/assets/build/bindata.go b/assets/build/bindata.go index 67c68a1a..5bf37b75 100644 --- a/assets/build/bindata.go +++ b/assets/build/bindata.go @@ -228,7 +228,7 @@ RUNTIME_GO_VERSION ?= # get the git commit GIT_COMMIT=$(shell git rev-parse HEAD | cut -c1-7) -GIT_DIRTY=$(shell test -n "` + "`" + `git status --porcelain` + "`" + `" && echo "-dirty" || true) +GIT_DIRTY=$(shell test -n "` + "`" + `git status --porcelain -uno` + "`" + `" && echo "-dirty" || true) # optional variables DRIVER_DEV_PREFIX := dev @@ -273,7 +273,7 @@ func makeBootstrapMk() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "make/bootstrap.mk", size: 1260, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + info := bindataFileInfo{name: "make/bootstrap.mk", size: 1265, mode: os.FileMode(420), modTime: time.Unix(1, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/etc/build/make/bootstrap.mk b/etc/build/make/bootstrap.mk index f49c5937..d5f14047 100644 --- a/etc/build/make/bootstrap.mk +++ b/etc/build/make/bootstrap.mk @@ -6,7 +6,7 @@ RUNTIME_GO_VERSION ?= # get the git commit GIT_COMMIT=$(shell git rev-parse HEAD | cut -c1-7) -GIT_DIRTY=$(shell test -n "`git status --porcelain`" && echo "-dirty" || true) +GIT_DIRTY=$(shell test -n "`git status --porcelain -uno`" && echo "-dirty" || true) # optional variables DRIVER_DEV_PREFIX := dev