diff options
author | John Crispin <john@openwrt.org> | 2015-03-15 19:47:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-15 19:47:46 +0000 |
commit | 6c434d5f06d22a5cb3bb94735803e746a88e553b (patch) | |
tree | 11872bf0870fa6448a0ec1c055acb563eed8b2f8 | |
parent | 7ea781558f222696ea9de75722fed0e80b218e40 (diff) | |
download | upstream-6c434d5f06d22a5cb3bb94735803e746a88e553b.tar.gz upstream-6c434d5f06d22a5cb3bb94735803e746a88e553b.tar.bz2 upstream-6c434d5f06d22a5cb3bb94735803e746a88e553b.zip |
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
-rw-r--r-- | rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30,6 +30,11 @@ define sep endef +define newline + + +endef + _SINGLE=export MAKEFLAGS=$(space); CFLAGS:= ARCH:=$(subst i486,i386,$(subst i586,i386,$(subst i686,i386,$(call qstrip,$(CONFIG_ARCH))))) |