rules.mk: add newline definition

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

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

SVN-Revision: 44796
v19.07.3_mercusys_ac12_duma
John Crispin 9 years ago
parent 7ea781558f
commit 6c434d5f06

@ -28,6 +28,11 @@ strip_last=$(patsubst %.$(lastword $(subst .,$(space),$(1))),%,$(1))
define sep
endef
define newline
endef
_SINGLE=export MAKEFLAGS=$(space);

Loading…
Cancel
Save