We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c1412d + 3b2ac0c commit 775d436Copy full SHA for 775d436
pkg/pkg.mk
@@ -63,7 +63,8 @@ ifeq ($(QUIET),1)
63
endif
64
65
GITFLAGS ?= -c user.email=buildsystem@riot -c user.name="RIOT buildsystem"
66
-GITAMFLAGS ?= $(GIT_QUIET) --no-gpg-sign --ignore-whitespace --whitespace=nowarn
+GITAMFLAGS ?= $(GIT_QUIET)
67
+GITAMFLAGS += --no-gpg-sign --ignore-whitespace --whitespace=nowarn
68
69
.PHONY: all prepare clean distclean FORCE
70
0 commit comments