Revert "Release v4.17768 - Steamboat Willie"

This reverts commit 57eeb712fd.
This commit is contained in:
iceman1001
2024-01-03 01:59:39 +01:00
parent 57eeb712fd
commit b1a1ca8827
18 changed files with 50 additions and 35 deletions
+2 -2
View File
@@ -419,7 +419,7 @@ endif
PM3CFLAGS += -DHAVE_SNPRINTF
CXXFLAGS ?= -Wall
CXXFLAGS ?= -Wall -Werror
CXXFLAGS += $(MYDEFS) $(MYCXXFLAGS) $(MYINCLUDES)
PM3CXXFLAGS = $(CXXFLAGS)
@@ -927,7 +927,7 @@ src/pm3_pywrap.c: pm3.i
# version_pm3.c should be checked on every compilation
src/version_pm3.c: default_version_pm3.c .FORCE
$(info [=] CHECK $@)
$(Q)$(CP) $< $@
$(Q)$(SH) ../tools/mkversion.sh $@ || $(CP) $< $@
# easy printing of MAKE VARIABLES
print-%: ; @echo $* = $($*)