mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: Add variable definitions for comma and space
This commit is contained in:
parent
b11acf1940
commit
8e0ac2aeab
@ -1,6 +1,10 @@
|
||||
# Utilities to set variables and environment for targets
|
||||
# The variables defined here cover edge cases in make string handling.
|
||||
# These functions should help replacing immediate evaluation and global 'export'
|
||||
|
||||
comma := ,
|
||||
blank :=
|
||||
space := $(blank) $(blank)
|
||||
|
||||
# Evaluate a deferred variable only once on its first usage
|
||||
# Uses after that will be as if it was an immediate evaluation
|
||||
|
Loading…
Reference in New Issue
Block a user