1
0
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:
Alexandre Abadie 2020-06-10 18:48:26 +02:00
parent df58141e15
commit d0f966734a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 2 deletions

View File

@ -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 \

View File

@ -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