Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/amiga/conf Pull up revision 1.4:



details:   https://anonhg.NetBSD.org/src/rev/b4efabb300cd
branches:  netbsd-1-4
changeset: 468175:b4efabb300cd
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Apr 12 08:27:53 1999 +0000

description:
Pull up revision 1.4:
Fix dependences and discard irrelevant "cpp" error message.

diffstat:

 sys/arch/amiga/conf/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r db1e8a22e6a3 -r b4efabb300cd sys/arch/amiga/conf/Makefile
--- a/sys/arch/amiga/conf/Makefile      Mon Apr 12 08:26:32 1999 +0000
+++ b/sys/arch/amiga/conf/Makefile      Mon Apr 12 08:27:53 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 1999/03/09 15:14:32 is Exp $
+#      $NetBSD: Makefile,v 1.3.2.1 1999/04/12 08:27:53 tron Exp $
 
 #
 # Use this file to regenerate AMIGA and DRACO out of the GENERIC template.
@@ -6,7 +6,7 @@
 
 all: AMIGA DRACO
 
-AMIGA: 
+AMIGA: GENERIC
        @echo -n '# '$$ > $@
        @echo NetBSD$$ >> $@
        @echo '#' >> $@
@@ -15,10 +15,10 @@
        @echo '#' >> $@
        @echo '# Created from: ' >> $@
        @sed -e '1s/NetBSD/ NetBSD/' GENERIC |\
-               cpp -undef -P -DAMIGA_CONFIGURATION |\
+               cpp -undef -P -DAMIGA_CONFIGURATION 2>/dev/null |\
                awk '{if (NF>1)count=0;else count++;if(count<=1)print}' >> $@
 
-DRACO:
+DRACO: GENERIC
        @echo -n '# '$$ > $@
        @echo NetBSD$$ >> $@
        @echo '#' >> $@
@@ -27,7 +27,7 @@
        @echo '#' >> $@
        @echo '# Created from: ' >> $@
        @sed -e '1s/NetBSD/ NetBSD/' GENERIC |\
-               cpp -undef -P -DDRACO_CONFIGURATION |\
+               cpp -undef -P -DDRACO_CONFIGURATION 2>/dev/null |\
                awk '{if (NF>1)count=0;else count++;if(count<=1)print}' >> $@
 
 AMIGA DRACO: GENERIC Makefile



Home | Main Index | Thread Index | Old Index