We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7df2340 + 0edf6df commit 63675f9Copy full SHA for 63675f9
yosys/Makefile
@@ -149,7 +149,8 @@ YOSYS_VER := 0.32
149
# back to calling git directly.
150
TARBALL_GIT_REV := $(shell cat $(YOSYS_SRC)/.gitcommit)
151
ifeq ($(TARBALL_GIT_REV),$$Format:%h$$)
152
-GIT_REV := $(shell GIT_DIR=$(YOSYS_SRC)/.git git rev-parse --short=9 HEAD || echo UNKNOWN)
+#GIT_REV := $(shell GIT_DIR=$(YOSYS_SRC)/.git git rev-parse --short=9 HEAD || echo UNKNOWN)
153
+GIT_REV := $(shell echo UNKNOWN)
154
else
155
GIT_REV := $(TARBALL_GIT_REV)
156
endif
0 commit comments