Source-Changes-HG archive

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

[src/trunk]: src/distrib Sync with the recent crunchgen changes.



details:   https://anonhg.NetBSD.org/src/rev/484ef06dea72
branches:  trunk
changeset: 472901:484ef06dea72
user:      veego <veego%NetBSD.org@localhost>
date:      Tue May 11 20:46:58 1999 +0000

description:
Sync with the recent crunchgen changes.
- Remove *.cro files and not the obsoleted *.lo files.

>From Bill Studenmund commit message:
> 3) Generate .cro files rather than .lo files. .lo now is used for "local
> objects" - obj's for the host machine not the target machine.

diffstat:

 distrib/alpha/instkernel/ramdisk/Makefile       |  4 ++--
 distrib/amiga/floppies/inst-common/Makefile.inc |  4 ++--
 distrib/arm32/floppies/inst-common/Makefile.inc |  4 ++--
 distrib/arm32/ramdisk/Makefile                  |  4 ++--
 distrib/bebox/floppies/ramdisk/Makefile         |  4 ++--
 distrib/bebox/floppies/ramdisk/Makefile.inc     |  4 ++--
 distrib/i386/floppies/ramdisk/Makefile          |  4 ++--
 distrib/i386/floppies/ramdisk/Makefile.inc      |  4 ++--
 distrib/mac68k/instkernel/ramdisk/Makefile      |  4 ++--
 distrib/macppc/floppies/ramdisk/Makefile        |  4 ++--
 distrib/miniroot/Makefile                       |  4 ++--
 distrib/mvme68k/ramdisk/Makefile                |  4 ++--
 distrib/pc532/floppies/inst-common/Makefile.inc |  4 ++--
 distrib/pmax/ramdisk/Makefile                   |  4 ++--
 distrib/sparc/ramdisk.sysinst/Makefile          |  4 ++--
 distrib/sparc/ramdisk/Makefile                  |  4 ++--
 distrib/vax/inst-common/Makefile.inc            |  4 ++--
 distrib/vax/ramdisk/Makefile                    |  4 ++--
 distrib/vax/ramdisk/Makefile.inc                |  4 ++--
 distrib/x68k/floppies/ramdisk/Makefile          |  4 ++--
 distrib/x68k/floppies/ramdisk/Makefile.inc      |  4 ++--
 21 files changed, 42 insertions(+), 42 deletions(-)

diffs (truncated from 378 to 300 lines):

diff -r aa78442583b0 -r 484ef06dea72 distrib/alpha/instkernel/ramdisk/Makefile
--- a/distrib/alpha/instkernel/ramdisk/Makefile Tue May 11 20:45:38 1999 +0000
+++ b/distrib/alpha/instkernel/ramdisk/Makefile Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 1999/04/29 18:57:31 ross Exp $
+#      $NetBSD: Makefile,v 1.6 1999/05/11 20:46:58 veego Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -52,7 +52,7 @@
        make -f ${CBIN}.mk all
 
 clean cleandir distclean:
-       /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.own.mk>
 .include <bsd.obj.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/amiga/floppies/inst-common/Makefile.inc
--- a/distrib/amiga/floppies/inst-common/Makefile.inc   Tue May 11 20:45:38 1999 +0000
+++ b/distrib/amiga/floppies/inst-common/Makefile.inc   Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.13 1999/03/04 20:32:19 wrstuden Exp $
+#      $NetBSD: Makefile.inc,v 1.14 1999/05/11 20:46:58 veego Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -45,7 +45,7 @@
        make -f ${CBIN}.mk all
 
 clean cleandir distclean:
-       /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/arm32/floppies/inst-common/Makefile.inc
--- a/distrib/arm32/floppies/inst-common/Makefile.inc   Tue May 11 20:45:38 1999 +0000
+++ b/distrib/arm32/floppies/inst-common/Makefile.inc   Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.6 1999/03/04 20:32:19 wrstuden Exp $
+# $NetBSD: Makefile.inc,v 1.7 1999/05/11 20:46:59 veego Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -44,7 +44,7 @@
        make -f ${CBIN}.mk all
 
 clean cleandir distclean:
-       /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/arm32/ramdisk/Makefile
--- a/distrib/arm32/ramdisk/Makefile    Tue May 11 20:45:38 1999 +0000
+++ b/distrib/arm32/ramdisk/Makefile    Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 1999/03/04 20:32:19 wrstuden Exp $
+#      $NetBSD: Makefile,v 1.8 1999/05/11 20:46:59 veego Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -62,7 +62,7 @@
        make -f ${CBIN}.mk all
 
 clean cleandir distclean:
-       /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/bebox/floppies/ramdisk/Makefile
--- a/distrib/bebox/floppies/ramdisk/Makefile   Tue May 11 20:45:38 1999 +0000
+++ b/distrib/bebox/floppies/ramdisk/Makefile   Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 1999/03/04 20:32:19 wrstuden Exp $
+#      $NetBSD: Makefile,v 1.3 1999/05/11 20:46:59 veego Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -62,7 +62,7 @@
        make -f ${CBIN}.mk all
 
 clean cleandir:
-       /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/bebox/floppies/ramdisk/Makefile.inc
--- a/distrib/bebox/floppies/ramdisk/Makefile.inc       Tue May 11 20:45:38 1999 +0000
+++ b/distrib/bebox/floppies/ramdisk/Makefile.inc       Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.2 1999/03/04 20:32:19 wrstuden Exp $
+#      $NetBSD: Makefile.inc,v 1.3 1999/05/11 20:46:59 veego Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -47,7 +47,7 @@
        make -f ${CBIN}.mk all
 
 clean cleandir:
-       /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/i386/floppies/ramdisk/Makefile
--- a/distrib/i386/floppies/ramdisk/Makefile    Tue May 11 20:45:38 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile    Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 1999/04/19 23:55:28 bouyer Exp $
+#      $NetBSD: Makefile,v 1.13 1999/05/11 20:46:59 veego Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -78,7 +78,7 @@
 
 
 clean cleandir distclean:
-       /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.own.mk>
 .include <bsd.obj.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/i386/floppies/ramdisk/Makefile.inc
--- a/distrib/i386/floppies/ramdisk/Makefile.inc        Tue May 11 20:45:38 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/Makefile.inc        Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 1999/03/04 20:32:19 wrstuden Exp $
+#      $NetBSD: Makefile.inc,v 1.8 1999/05/11 20:46:59 veego Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -47,7 +47,7 @@
        make -f ${CBIN}.mk all
 
 clean cleandir distclean:
-       /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/mac68k/instkernel/ramdisk/Makefile
--- a/distrib/mac68k/instkernel/ramdisk/Makefile        Tue May 11 20:45:38 1999 +0000
+++ b/distrib/mac68k/instkernel/ramdisk/Makefile        Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 1999/03/26 08:34:37 ender Exp $
+#      $NetBSD: Makefile,v 1.2 1999/05/11 20:46:59 veego Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -47,7 +47,7 @@
        make -f ${CBIN}.mk all
 
 clean cleandir distclean:
-       /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.own.mk>
 .include <bsd.obj.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Tue May 11 20:45:38 1999 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 1999/03/04 20:32:20 wrstuden Exp $
+#      $NetBSD: Makefile,v 1.5 1999/05/11 20:46:59 veego Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -54,7 +54,7 @@
 .include "${HACKSRC}/Makefile.inc"
 
 clean cleandir distclean:
-       /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Tue May 11 20:45:38 1999 +0000
+++ b/distrib/miniroot/Makefile Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 1999/04/18 21:01:57 is Exp $
+#      $NetBSD: Makefile,v 1.21 1999/05/11 20:46:59 veego Exp $
 
 .include <bsd.own.mk>
 
@@ -69,7 +69,7 @@
 
 clean cleandir distclean:
        /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
-       ${CBIN}.conf *.o *.lo *.c
+       ${CBIN}.conf *.o *.cro *.c
 
 .endif # DESTDIR check
 .include <bsd.obj.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/mvme68k/ramdisk/Makefile
--- a/distrib/mvme68k/ramdisk/Makefile  Tue May 11 20:45:38 1999 +0000
+++ b/distrib/mvme68k/ramdisk/Makefile  Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 1999/03/04 20:32:20 wrstuden Exp $
+#      $NetBSD: Makefile,v 1.5 1999/05/11 20:46:59 veego Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -56,7 +56,7 @@
 .PRECIOUS: ${IMAGE}
 
 CLEANFILES+= ${CBIN} ${CBIN}.c ${CBIN}.cache ${CBIN}.mk ${CBIN}.syms
-CLEANFILES+= *.lo *_stub.o *_stub.c
+CLEANFILES+= *.cro *_stub.o *_stub.c
 
 ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
        crunchgen -D ${BSDSRCDIR} -L ${DESTDIR}/usr/lib ${CRUNCHCONF}
diff -r aa78442583b0 -r 484ef06dea72 distrib/pc532/floppies/inst-common/Makefile.inc
--- a/distrib/pc532/floppies/inst-common/Makefile.inc   Tue May 11 20:45:38 1999 +0000
+++ b/distrib/pc532/floppies/inst-common/Makefile.inc   Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.12 1999/04/10 03:59:58 simonb Exp $ 
+#      $NetBSD: Makefile.inc,v 1.13 1999/05/11 20:46:59 veego Exp $ 
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -84,7 +84,7 @@
                rm /var/tmp/$$$$
 
 clean cleandir distclean:
-       /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
        /bin/rm -f netbsd*
 
 .include <bsd.obj.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile     Tue May 11 20:45:38 1999 +0000
+++ b/distrib/pmax/ramdisk/Makefile     Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 1999/05/06 20:51:22 simonb Exp $
+#      $NetBSD: Makefile,v 1.9 1999/05/11 20:47:00 veego Exp $
 
 BINDIR=                /installation/netboot
 
@@ -64,7 +64,7 @@
                -m ${NONBINMODE} ${DISKIMAGE} ${RELEASEDIR}${BINDIR}
 
 clean cleandir distclean:
-       /bin/rm -f *.core ${CLEANFILES} *.o *.lo *.c
+       /bin/rm -f *.core ${CLEANFILES} *.o *.cro *.c
 
 # XXX!
 depend:
diff -r aa78442583b0 -r 484ef06dea72 distrib/sparc/ramdisk.sysinst/Makefile
--- a/distrib/sparc/ramdisk.sysinst/Makefile    Tue May 11 20:45:38 1999 +0000
+++ b/distrib/sparc/ramdisk.sysinst/Makefile    Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 1999/04/30 05:09:44 abs Exp $
+#      $NetBSD: Makefile,v 1.2 1999/05/11 20:47:00 veego Exp $
 
 TOP=           ${.CURDIR}/..
 MINIROOT=      ${TOP}/../miniroot
@@ -92,7 +92,7 @@
 HACKOBJS:= getcap.o getgrent.o getnet.o getnetgr.o getpwent.o setlocale.o yplib.o
 
 clean cleandir distclean:
-       /bin/rm -f *.core ${AUXCLEAN} ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f *.core ${AUXCLEAN} ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.own.mk>
 .include <bsd.obj.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/sparc/ramdisk/Makefile
--- a/distrib/sparc/ramdisk/Makefile    Tue May 11 20:45:38 1999 +0000
+++ b/distrib/sparc/ramdisk/Makefile    Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 1999/04/08 21:17:14 pk Exp $
+#      $NetBSD: Makefile,v 1.10 1999/05/11 20:47:00 veego Exp $
 
 TOP=           ${.CURDIR}/..
 MINIROOT=      ${.CURDIR}/../../miniroot
@@ -61,7 +61,7 @@
 .include "${HACKSRC}/Makefile.inc"
 
 clean cleandir distclean:
-       /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+       /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
diff -r aa78442583b0 -r 484ef06dea72 distrib/vax/inst-common/Makefile.inc
--- a/distrib/vax/inst-common/Makefile.inc      Tue May 11 20:45:38 1999 +0000
+++ b/distrib/vax/inst-common/Makefile.inc      Tue May 11 20:46:58 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.5 1999/03/04 20:32:21 wrstuden Exp $
+#      $NetBSD: Makefile.inc,v 1.6 1999/05/11 20:47:00 veego Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -63,7 +63,7 @@
        make -f ${CBIN}.mk
 



Home | Main Index | Thread Index | Old Index