mirror of https://github.com/hak5/openwrt-owl.git
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 <rockdrilla@gmail.com>master
parent
43d36606d6
commit
d3b43f49ac
1
rules.mk
1
rules.mk
|
@ -269,6 +269,7 @@ TARGET_CC:=$(TARGET_CROSS)gcc
|
||||||
TARGET_CXX:=$(TARGET_CROSS)g++
|
TARGET_CXX:=$(TARGET_CROSS)g++
|
||||||
KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh
|
KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh
|
||||||
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
|
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
|
||||||
|
ESED:=$(STAGING_DIR_HOST)/bin/sed -E -i -e
|
||||||
CP:=cp -fpR
|
CP:=cp -fpR
|
||||||
LN:=ln -sf
|
LN:=ln -sf
|
||||||
XARGS:=xargs -r
|
XARGS:=xargs -r
|
||||||
|
|
Loading…
Reference in New Issue