Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Remove `--dirty` from `examples/alohacam/Makefile` as well (Go modules modifies the file, always resulting in a "dirty" build).
  • Loading branch information
thinkski committed Jul 31, 2019
1 parent 4a30951 commit dea58eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/alohacam/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TOP := $(shell git rev-parse --show-cdup)

GIT_REVISION_ID := $(shell git describe --always --dirty --tags)
GIT_REVISION_ID := $(shell git describe --always --tags)

# Default 'alohacam' target platform is Linux/ARMv7. Can be overridden on the
# command line. (Note: these default values are ignored for release builds.)
Expand Down

0 comments on commit dea58eb

Please sign in to comment.