Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc fix a comment; normalise.



details:   https://anonhg.NetBSD.org/src/rev/6a826e932316
branches:  trunk
changeset: 555761:6a826e932316
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Nov 27 10:21:24 2003 +0000

description:
fix a comment; normalise.

diffstat:

 tools/gcc/Makefile     |  3 +--
 tools/gcc/mknative-gcc |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 72c2c558ee0a -r 6a826e932316 tools/gcc/Makefile
--- a/tools/gcc/Makefile        Thu Nov 27 10:12:02 2003 +0000
+++ b/tools/gcc/Makefile        Thu Nov 27 10:21:24 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2003/11/27 01:05:32 mrg Exp $
+#      $NetBSD: Makefile,v 1.11 2003/11/27 10:21:24 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -23,7 +23,6 @@
 CCADDFLAGS=    -isystem ${DESTDIR}/usr/include -isystem-cxx ${DESTDIR}/usr/include/g++ -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/
 
 NEWCONFIGDIR?= ${.CURDIR}/../..
-
 MKNATIVE?=     ${.CURDIR}/mknative-gcc
 
 bootstrap-libgcc: .configure_done
diff -r 72c2c558ee0a -r 6a826e932316 tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc    Thu Nov 27 10:12:02 2003 +0000
+++ b/tools/gcc/mknative-gcc    Thu Nov 27 10:21:24 2003 +0000
@@ -1,8 +1,8 @@
 #!/bin/sh
-#      $NetBSD: mknative-gcc,v 1.9 2003/11/27 01:05:45 mrg Exp $
+#      $NetBSD: mknative-gcc,v 1.10 2003/11/27 10:21:24 mrg Exp $
 #
 # Shell script for generating all the constants needed for a native
-# platform build of src/gnu/dist/toolchain.
+# platform build of src/gnu/dist/gcc.
 #
 
 # initialise



Home | Main Index | Thread Index | Old Index