svn commit: r217220 - head/sys/conf

Jayachandran C. jchandra at FreeBSD.org
Mon Jan 10 05:13:06 UTC 2011


Author: jchandra
Date: Mon Jan 10 05:13:06 2011
New Revision: 217220
URL: http://svn.freebsd.org/changeset/base/217220

Log:
  Remove unnecessary 'cat'.

Modified:
  head/sys/conf/Makefile.mips

Modified: head/sys/conf/Makefile.mips
==============================================================================
--- head/sys/conf/Makefile.mips	Mon Jan 10 04:48:18 2011	(r217219)
+++ head/sys/conf/Makefile.mips	Mon Jan 10 05:13:06 2011	(r217220)
@@ -86,7 +86,7 @@ CLEAN+=	${LDSCRIPT_NAME} ${LDSCRIPT_NAME
 	${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
 


More information about the svn-src-head mailing list