Skip to content
Snippets Groups Projects
Commit 1593bf4d authored by René Kijewski's avatar René Kijewski
Browse files

make: no need to invoke shell to get dir name

parent e71e60e5
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
all: all:
# set undefined variables # set undefined variables
RIOTBASE ?= $(shell dirname "$(lastword $(MAKEFILE_LIST))") RIOTBASE ?= $(dir $(lastword $(MAKEFILE_LIST)))
CCACHE_BASEDIR ?= $(RIOTBASE) CCACHE_BASEDIR ?= $(RIOTBASE)
RIOTCPU ?= $(RIOTBASE)/cpu RIOTCPU ?= $(RIOTBASE)/cpu
RIOTBOARD ?= $(RIOTBASE)/boards RIOTBOARD ?= $(RIOTBASE)/boards
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment