mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
pkg/pkg.mk: allow overwriting GITAMFLAGS from environment var
On IoT-LAB the git version does not support `--no-gpg-sign` so I would like a way to overwrite GITAMFLAGS from environment variable.
This commit is contained in:
parent
0fe5ec13ad
commit
8ec1fb2c2f
@ -19,7 +19,7 @@ else
|
||||
git-download: $(PKG_BUILDDIR)/.git-downloaded
|
||||
endif
|
||||
|
||||
GITAMFLAGS = --no-gpg-sign --ignore-whitespace
|
||||
GITAMFLAGS ?= --no-gpg-sign --ignore-whitespace
|
||||
|
||||
ifneq (,$(wildcard $(PKG_DIR)/patches))
|
||||
$(PKG_BUILDDIR)/.git-patched: $(PKG_BUILDDIR)/.git-downloaded $(PKG_DIR)/Makefile $(PKG_DIR)/patches/*.patch
|
||||
|
Loading…
Reference in New Issue
Block a user