Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2003 16:45:52 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26150 for review
Message-ID:  <200303020045.h220jqBm066738@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26150

Change 26150 by jmallett@jmallett_dalek on 2003/03/01 16:45:44

	Chase the locore cruft nuking, and remove some nearby cruft to make
	our Makefile look clean (ha HA).

Affected files ...

.. //depot/projects/mips/sys/conf/Makefile.mips#7 edit
.. //depot/projects/mips/sys/conf/files.mips#10 edit

Differences ...

==== //depot/projects/mips/sys/conf/Makefile.mips#7 (text+ko) ====

@@ -40,13 +40,6 @@
 .endif
 .include "$S/conf/kern.pre.mk"
 
-_OS!=uname
-.if ${_OS} != "FreeBSD"
-CWARNFLAGS=-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-	   -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-COPTS+= -D__FreeBSD__
-.endif
-
 MIPSOPTS?= -mips3
 COPTS+= ${MIPSOPTS} -mno-abicalls -fno-pic -msoft-float
 
@@ -66,9 +59,6 @@
 
 %CLEAN
 
-locore.o: $S/$M/$M/locore.s assym.s
-	${NORMAL_S}
-
 %RULES
 
 .include "$S/conf/kern.post.mk"

==== //depot/projects/mips/sys/conf/files.mips#10 (text+ko) ====

@@ -12,7 +12,7 @@
 # This stanza is MIPS MD files.
 mips/mips/critical.c		standard
 mips/mips/elf_machdep.c		standard
-#mips/mips/locore.s		standard	Implicit. XXX
+mips/mips/locore.s		standard	no-obj
 mips/mips/machdep.c		standard
 mips/mips/pmap.c		standard
 mips/mips/sig_machdep.c		standard

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303020045.h220jqBm066738>