Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Backport -uno parameter for git in makefiles
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Alvarez <[email protected]>
  • Loading branch information
Juanjo Alvarez authored and juanjux committed Jul 26, 2018
1 parent 1e66d5d commit 94e3b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/build/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion etc/build/make/bootstrap.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94e3b21

Please sign in to comment.