mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
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:
parent
d74dddff88
commit
5635f2a580
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81079
@ -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}
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user