diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-01-20 03:32:45 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-01-20 03:32:45 +0000 |
commit | 550b79a694f2735fac4289ea8473d57aac74f52b (patch) | |
tree | cb8712fc01e9dc7b1d5ec98867bbc0979c83ef81 /sys | |
parent | 1c6d93cfdb6fee121b75af1e5addc4bd9513773d (diff) |
- macppc -> __macppc__
- remove swapgeneric.c on pegasos and remove bogus Locore
for lint target
ok drahn@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/Makefile.macppc | 7 | ||||
-rw-r--r-- | sys/arch/pegasos/conf/Makefile.pegasos | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index 56d84871a3a..03d097f6cd3 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.macppc,v 1.17 2003/11/21 17:53:19 espie Exp $ +# $OpenBSD: Makefile.macppc,v 1.18 2004/01/20 03:32:44 brad Exp $ # # Makefile for OpenBSD PowerPC # @@ -37,7 +37,7 @@ MACPPC= $S/arch/macppc INCLUDES= -I. -I$S/arch -I$S -nostdinc -L${DESTDIR}/usr/include CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \ - -Dmacppc + -D__macppc__ CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main CMACHFLAGS= -msoft-float -Wa,-m7400 -fno-builtin-printf -fno-builtin-log @@ -142,8 +142,7 @@ clean:: [Ee]rrs linterrs makelinks genassym genassym.o assym.h lint: - @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB \ - ${MACPPC}/macppc/Locore.c ${CFILES} \ + @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB ${CFILES} \ ioconf.c param.c | \ grep -v 'static function .* unused' diff --git a/sys/arch/pegasos/conf/Makefile.pegasos b/sys/arch/pegasos/conf/Makefile.pegasos index dd5acf7037f..c3244d035a7 100644 --- a/sys/arch/pegasos/conf/Makefile.pegasos +++ b/sys/arch/pegasos/conf/Makefile.pegasos @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.pegasos,v 1.2 2003/11/23 23:26:14 espie Exp $ +# $OpenBSD: Makefile.pegasos,v 1.3 2004/01/20 03:32:44 brad Exp $ # # Makefile for OpenBSD PowerPC # @@ -142,8 +142,7 @@ clean:: [Ee]rrs linterrs makelinks genassym genassym.o assym.h lint: - @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB \ - ${PEGASOS}/pegasos/Locore.c ${CFILES} ${PEGASOS}/pegasos/swapgeneric.c \ + @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB ${CFILES} \ ioconf.c param.c | \ grep -v 'static function .* unused' |