diff options
author | jchandra <jchandra@FreeBSD.org> | 2011-01-10 05:13:06 +0000 |
---|---|---|
committer | jchandra <jchandra@FreeBSD.org> | 2011-01-10 05:13:06 +0000 |
commit | d4b952047c684f8b63ebe17a072a6df808b274e2 (patch) | |
tree | 6f2de4b4dff45dc13b92064b598396a1b12d7e7a /sys/conf | |
parent | d46c3738737ebb4c643625b73a9f923c682fb95b (diff) | |
download | FreeBSD-src-d4b952047c684f8b63ebe17a072a6df808b274e2.zip FreeBSD-src-d4b952047c684f8b63ebe17a072a6df808b274e2.tar.gz |
Remove unnecessary 'cat'.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/Makefile.mips | 2 |
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 |