mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
dist/tools: remove unneccessary redefinition of GITCACHE
This commit is contained in:
parent
df58141e15
commit
d0f966734a
1
dist/tools/flatc/Makefile
vendored
1
dist/tools/flatc/Makefile
vendored
@ -11,7 +11,6 @@ FLATC_BUILD_DIR = $(PKG_BUILDDIR)/build
|
||||
# manually set some RIOT env vars, so this Makefile can be called stand-alone
|
||||
RIOTBASE ?= $(CURDIR)/../../..
|
||||
RIOTTOOLS ?= $(CURDIR)/..
|
||||
GITCACHE ?= $(RIOTTOOLS)/git/git-cache
|
||||
|
||||
CMAKE_OPTIONS = \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
||||
1
dist/tools/mosquitto_rsmb/Makefile
vendored
1
dist/tools/mosquitto_rsmb/Makefile
vendored
@ -10,7 +10,6 @@ RSMB_CFG ?= $(CURDIR)/config.cnf
|
||||
# manually set some RIOT env vars, so this Makefile can be called stand-alone
|
||||
RIOTBASE ?= $(CURDIR)/../../..
|
||||
RIOTTOOLS ?= $(CURDIR)/..
|
||||
GITCACHE ?= $(RIOTTOOLS)/git/git-cache
|
||||
|
||||
# Include pkg.mk after setting RIOTBASE otherwise it is not found when this
|
||||
# Makefile is called stand-alone
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user