mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
make: no need to invoke shell to get dir name
This commit is contained in:
parent
e71e60e567
commit
1593bf4d32
@ -4,7 +4,7 @@
|
||||
all:
|
||||
|
||||
# set undefined variables
|
||||
RIOTBASE ?= $(shell dirname "$(lastword $(MAKEFILE_LIST))")
|
||||
RIOTBASE ?= $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
CCACHE_BASEDIR ?= $(RIOTBASE)
|
||||
RIOTCPU ?= $(RIOTBASE)/cpu
|
||||
RIOTBOARD ?= $(RIOTBASE)/boards
|
||||
|
Loading…
Reference in New Issue
Block a user