Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/pcc/usr.bin/pcc break overly long line



details:   https://anonhg.NetBSD.org/src/rev/a3089e7fd7a9
branches:  trunk
changeset: 752804:a3089e7fd7a9
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sun Mar 07 12:05:09 2010 +0000

description:
break overly long line

diffstat:

 external/bsd/pcc/usr.bin/pcc/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 89ad87a2260a -r a3089e7fd7a9 external/bsd/pcc/usr.bin/pcc/Makefile
--- a/external/bsd/pcc/usr.bin/pcc/Makefile     Sun Mar 07 11:28:46 2010 +0000
+++ b/external/bsd/pcc/usr.bin/pcc/Makefile     Sun Mar 07 12:05:09 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/02/05 08:37:48 plunky Exp $
+#      $NetBSD: Makefile,v 1.4 2010/03/07 12:05:09 plunky Exp $
 
 WARNS?=        2
 
@@ -18,7 +18,9 @@
 CPPFLAGS+=     -I${PCC_DIST}/os/${TARGOS}
 
 pcc.1: cc.1
-       ${TOOL_SED} -e "s,Nm cc,Nm pcc," -e "s,Dt CC,Dt PCC," ${.ALLSRC} > ${.TARGET}
+       ${TOOL_SED} -e "s,Nm cc,Nm pcc,"        \
+                   -e "s,Dt CC,Dt PCC,"        \
+                   ${.ALLSRC} > ${.TARGET}
 
 CLEANFILES+=   pcc.1
 



Home | Main Index | Thread Index | Old Index