Skip to content
Snippets Groups Projects
Commit 6c434d5f authored by John Crispin's avatar John Crispin
Browse files

rules.mk: add newline definition


To be used for stuff like $(subst $(space),$(newline),$(SOME_VAR))

Signed-off-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>

SVN-Revision: 44796
parent 7ea78155
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,11 @@ strip_last=$(patsubst %.$(lastword $(subst .,$(space),$(1))),%,$(1)) ...@@ -28,6 +28,11 @@ strip_last=$(patsubst %.$(lastword $(subst .,$(space),$(1))),%,$(1))
define sep define sep
endef
define newline
endef endef
_SINGLE=export MAKEFLAGS=$(space); _SINGLE=export MAKEFLAGS=$(space);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment