Author: blogic
Date: 2015-03-15 20:47:46 +0100 (Sun, 15 Mar 2015)
New Revision: 44796

Modified:
   trunk/rules.mk
Log:
rules.mk: add newline definition

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

Signed-off-by: Alexandru Ardelean <[email protected]>

Modified: trunk/rules.mk
===================================================================
--- trunk/rules.mk      2015-03-15 19:39:47 UTC (rev 44795)
+++ trunk/rules.mk      2015-03-15 19:47:46 UTC (rev 44796)
@@ -30,6 +30,11 @@
 
 endef
 
+define newline
+
+
+endef
+
 _SINGLE=export MAKEFLAGS=$(space);
 CFLAGS:=
 ARCH:=$(subst i486,i386,$(subst i586,i386,$(subst i686,i386,$(call 
qstrip,$(CONFIG_ARCH)))))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to