We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2162da2 commit cdb1a54Copy full SHA for cdb1a54
Makefile.include
@@ -4,7 +4,7 @@
4
all:
5
6
# set undefined variables
7
-RIOTBASE ?= $(shell dirname "$(lastword $(MAKEFILE_LIST))")
+RIOTBASE ?= $(dir $(lastword $(MAKEFILE_LIST)))
8
CCACHE_BASEDIR ?= $(RIOTBASE)
9
RIOTCPU ?= $(RIOTBASE)/cpu
10
RIOTBOARD ?= $(RIOTBASE)/boards
0 commit comments