Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/dnard/conf Modify this for dnard (remove monitor st...



details:   https://anonhg.NetBSD.org/src/rev/43113952834a
branches:  trunk
changeset: 509631:43113952834a
user:      matt <matt%NetBSD.org@localhost>
date:      Wed May 09 15:16:24 2001 +0000

description:
Modify this for dnard (remove monitor stuff).

diffstat:

 sys/arch/dnard/conf/Makefile.dnard |  14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diffs (44 lines):

diff -r 819012ea8be5 -r 43113952834a sys/arch/dnard/conf/Makefile.dnard
--- a/sys/arch/dnard/conf/Makefile.dnard        Wed May 09 15:04:48 2001 +0000
+++ b/sys/arch/dnard/conf/Makefile.dnard        Wed May 09 15:16:24 2001 +0000
@@ -1,15 +1,15 @@
-#      $NetBSD: Makefile.dnard,v 1.1 2001/02/26 02:49:25 matt Exp $
+#      $NetBSD: Makefile.dnard,v 1.2 2001/05/09 15:16:24 matt Exp $
 
 # Makefile for NetBSD
 #
 # This makefile is constructed from a machine description:
 #      config machineid
 # Most changes should be made in the machine description
-#      /sys/arch/arm32/conf/``machineid''
+#      /sys/arch/dnard/conf/``machineid''
 # after which you should do
 #      config machineid
 # Machine generic makefile changes should be made in
-#      /sys/arch/arm32/conf/Makefile.arm32
+#      /sys/arch/dnard/conf/Makefile.dnard
 # after which config should be rerun for all machines of that type.
 
 # DEBUG is set to -g if debugging.
@@ -38,7 +38,7 @@
 
 HAVE_EGCS!=    ${CC} --version | egrep "^(2\.[89]|egcs)" ; echo 
 INCLUDES=      -I. -I$S/arch -I$S -nostdinc
-CPPFLAGS=      ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Darm32
+CPPFLAGS=      ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Ddnard
 CWARNFLAGS?=   -Werror -Wall -Wcomment -Wpointer-arith
 # XXX Delete -Wuninitialized for now, since the compiler doesn't
 # XXX always get it right.  --thorpej 
@@ -210,12 +210,6 @@
 locore.o: ${ARM32}/arm32/locore.S assym.h
        ${NORMAL_S}
 
-modedefs.c: ${ARM32}/vidc/makemodes.awk ${ARM32}/conf/monitors/${MONITOR} Makefile
-       awk -f ${ARM32}/vidc/makemodes.awk ${ARM32}/conf/monitors/${MONITOR} ${MODES} >modedefs.c
-
-modedefs.o: modedefs.c
-       ${NORMAL_C}
-
 # The install target can be redefined by putting a
 # install-kernel-${MACHINE_NAME} target into /etc/mk.conf
 MACHINE_NAME!=  uname -n



Home | Main Index | Thread Index | Old Index