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.
This commit is contained in:
Peter Wemm 2001-08-03 00:07:54 +00:00
parent d74dddff88
commit 5635f2a580
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81079
4 changed files with 0 additions and 24 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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}