From: Konstantin Demin Date: Mon, 5 Mar 2018 09:46:44 +0000 (+0300) Subject: rules.mk: add ESED command X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fnbd.git;a=commitdiff_plain;h=d3b43f49acb38cbe364da8735c9617427edd3d81 rules.mk: add ESED command ESED is SED with extended regular expressions turned on. Command line and usage are the same as for SED. Signed-off-by: Konstantin Demin --- diff --git a/rules.mk b/rules.mk index 2af6352016..0f385bd8fb 100644 --- a/rules.mk +++ b/rules.mk @@ -269,6 +269,7 @@ TARGET_CC:=$(TARGET_CROSS)gcc TARGET_CXX:=$(TARGET_CROSS)g++ KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh SED:=$(STAGING_DIR_HOST)/bin/sed -i -e +ESED:=$(STAGING_DIR_HOST)/bin/sed -E -i -e CP:=cp -fpR LN:=ln -sf XARGS:=xargs -r