We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d06e8f commit a4c3ce5Copy full SHA for a4c3ce5
1 file changed
Makefile
@@ -50,6 +50,9 @@ QEMU ?= qemu-pebble
50
# output directory
51
BUILD = build
52
53
+GIT_SHA := $(shell git rev-parse HEAD | sed -re 's/^(.......).*/\1/')
54
+GIT_DIRTY := $(shell [ $$(git describe --dirty --always|grep -- '-dirty$$') ] && echo -dirty)
55
+
56
all: $(PLATFORMS)
57
58
# Build rules for each platform, evaluated below.
0 commit comments