diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index f9d67c8805b0..d62e8f052856 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -159,12 +159,6 @@ kernel-clean: kernel-clobber: find . -type f ! -name version -delete -#lint: /tmp -# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \ -# $S/$M/$M/Locore.c ${CFILES} | \ -# grep -v 'struct/union .* never defined' | \ -# grep -v 'possible pointer alignment problem' - locore.o: $S/$M/$M/locore.s assym.s ${NORMAL_S} diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 157be9aa8575..b62e6b13f92a 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -162,12 +162,6 @@ kernel-clean: kernel-clobber: find . -type f ! -name version -delete -#lint: /tmp -# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \ -# $S/$M/$M/Locore.c ${CFILES} | \ -# grep -v 'struct/union .* never defined' | \ -# grep -v 'possible pointer alignment problem' - locore.o: $S/$M/$M/locore.s assym.s ${NORMAL_S} diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 7b28e1789d25..240d27866eab 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -164,12 +164,6 @@ kernel-clean: kernel-clobber: find . -type f ! -name version -delete -#lint: /tmp -# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \ -# $S/$M/$M/Locore.c ${CFILES} | \ -# grep -v 'struct/union .* never defined' | \ -# grep -v 'possible pointer alignment problem' - locore.o: $S/$M/$M/locore.s assym.s ${NORMAL_S} diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 9ca5d4b6c45b..57585541b560 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -165,12 +165,6 @@ kernel-clean: kernel-clobber: find . -type f ! -name version -delete -#lint: /tmp -# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \ -# $S/$M/$M/Locore.c ${CFILES} | \ -# grep -v 'struct/union .* never defined' | \ -# grep -v 'possible pointer alignment problem' - locore.o: $S/$M/$M/locore.s assym.s ${NORMAL_S}