use $CP and $SED instead of cp and sed

This commit is contained in:
Roy Marples
2008-03-26 14:27:46 +00:00
parent ccf238f852
commit 833903fc78
12 changed files with 13 additions and 25 deletions

View File

@@ -4,5 +4,5 @@ NET_LO= net.lo0
.SUFFIXES: .sh.BSD.in
.sh.BSD.in.sh:
sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@

View File

@@ -4,5 +4,5 @@ BIN+= init-early.sh
.SUFFIXES: .sh.Linux.in
.sh.Linux.in.sh:
sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@

View File

@@ -6,4 +6,4 @@ BIN+= ifwatchd-carrier.sh ifwatchd-nocarrier.sh
.SUFFIXES: .sh.BSD.in
.sh.BSD.in.sh:
sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@