diff options
author | peter <peter@FreeBSD.org> | 2001-08-03 00:07:54 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-08-03 00:07:54 +0000 |
commit | 03f8cf60cf76dac14fbb31af0d81eb8d735017a7 (patch) | |
tree | 4773ec9cc4c754910b431afac2d62d95dd5c1e8f | |
parent | c44dfa2bcd049d28f76af06cd2e8eea87191db62 (diff) | |
download | FreeBSD-src-03f8cf60cf76dac14fbb31af0d81eb8d735017a7.zip FreeBSD-src-03f8cf60cf76dac14fbb31af0d81eb8d735017a7.tar.gz |
Further Makefile.* sync (from Makefile.ia64). The lint target has been
commented out in the entire life of the 2.x+ branch and given the amount
of gcc-specific code we have and the warning checks that gcc does I'm not
sure that it is going to get us much for some time.
-rw-r--r-- | sys/conf/Makefile.alpha | 6 | ||||
-rw-r--r-- | sys/conf/Makefile.i386 | 6 | ||||
-rw-r--r-- | sys/conf/Makefile.pc98 | 6 | ||||
-rw-r--r-- | sys/conf/Makefile.powerpc | 6 |
4 files changed, 0 insertions, 24 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index f9d67c8..d62e8f0 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 157be9a..b62e6b1 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 7b28e17..240d278 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 9ca5d4b..5758554 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} |