summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.alpha
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-08-03 00:07:54 +0000
committerpeter <peter@FreeBSD.org>2001-08-03 00:07:54 +0000
commit03f8cf60cf76dac14fbb31af0d81eb8d735017a7 (patch)
tree4773ec9cc4c754910b431afac2d62d95dd5c1e8f /sys/conf/Makefile.alpha
parentc44dfa2bcd049d28f76af06cd2e8eea87191db62 (diff)
downloadFreeBSD-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.
Diffstat (limited to 'sys/conf/Makefile.alpha')
-rw-r--r--sys/conf/Makefile.alpha6
1 files changed, 0 insertions, 6 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}
OpenPOWER on IntegriCloud