Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2011 05:13:06 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217220 - head/sys/conf
Message-ID:  <201101100513.p0A5D6wX068056@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101100513.p0A5D6wX068056>