summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2011-01-10 05:13:06 +0000
committerjchandra <jchandra@FreeBSD.org>2011-01-10 05:13:06 +0000
commitd4b952047c684f8b63ebe17a072a6df808b274e2 (patch)
tree6f2de4b4dff45dc13b92064b598396a1b12d7e7a
parentd46c3738737ebb4c643625b73a9f923c682fb95b (diff)
downloadFreeBSD-src-d4b952047c684f8b63ebe17a072a6df808b274e2.zip
FreeBSD-src-d4b952047c684f8b63ebe17a072a6df808b274e2.tar.gz
Remove unnecessary 'cat'.
-rw-r--r--sys/conf/Makefile.mips2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.mips b/sys/conf/Makefile.mips
index 88dcff0..55d57e6 100644
--- a/sys/conf/Makefile.mips
+++ b/sys/conf/Makefile.mips
@@ -86,7 +86,7 @@ CLEAN+= ${LDSCRIPT_NAME} ${LDSCRIPT_NAME}.tramp.noheader \
${KERNEL_KO}.tramp.noheader ${KERNEL_KO}.tramp.bin
${LDSCRIPT_NAME}: $S/conf/${LDSCRIPT_NAME}
- cat $S/conf/${LDSCRIPT_NAME}|sed s/KERNLOADADDR/${KERNLOADADDR}/g \
+ sed s/KERNLOADADDR/${KERNLOADADDR}/g $S/conf/${LDSCRIPT_NAME} \
> ${LDSCRIPT_NAME}
%RULES
OpenPOWER on IntegriCloud