1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

remove trailing slashes from RIOTBASE variables

addresses https://github.com/RIOT-OS/RIOT/pull/496#issuecomment-32170092
This commit is contained in:
Ludwig Ortmann 2014-01-15 17:26:10 +01:00
parent 498cc027b1
commit 57679f90dc
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ export PROJECT = ccn-lite-client
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
export RIOTBASE ?= $(CURDIR)/../../
export RIOTBASE ?= $(CURDIR)/../..
# Uncomment these lines if you want to use platform support from external
# repositories:

View File

@ -5,7 +5,7 @@ export PROJECT = ccn-lite-relay
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
export RIOTBASE ?= $(CURDIR)/../../
export RIOTBASE ?= $(CURDIR)/../..
# Uncomment these lines if you want to use platform support from external
# repositories:

View File

@ -5,7 +5,7 @@ export PROJECT = default
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
export RIOTBASE ?= $(CURDIR)/../../
export RIOTBASE ?= $(CURDIR)/../..
# Uncomment these lines if you want to use platform support from external
# repositories:

View File

@ -5,7 +5,7 @@ export PROJECT = hello-world
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
export RIOTBASE ?= $(CURDIR)/../../
export RIOTBASE ?= $(CURDIR)/../..
# Change this to 0 show compiler invocation lines by default:
export QUIET ?= 1

View File

@ -5,7 +5,7 @@ export PROJECT = ipc_pingpong
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
export RIOTBASE ?= $(CURDIR)/../../
export RIOTBASE ?= $(CURDIR)/../..
# Change this to 0 show compiler invocation lines by default:
export QUIET ?= 1

View File

@ -5,7 +5,7 @@ export PROJECT = rpl_udp
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
export RIOTBASE ?= $(CURDIR)/../../
export RIOTBASE ?= $(CURDIR)/../..
# Uncomment these lines if you want to use platform support from external
# repositories: