Fix a bug in previous revision: skip LINT if it exists, not NOTES

(the source for LINT), as I initially intended.
This commit is contained in:
Ruslan Ermilov 2005-11-28 11:14:36 +00:00
parent d72ae1eab4
commit e972931825

View File

@ -270,7 +270,7 @@ universe_prologue:
.for mach in ${target:C/^.*://}
KERNCONFS!= cd ${.CURDIR}/sys/${mach}/conf && \
find [A-Z]*[A-Z] -type f -maxdepth 0 \
! -name DEFAULTS ! -name NOTES
! -name DEFAULTS ! -name LINT
KERNCONFS:= ${KERNCONFS:S/^NOTES$/LINT/}
universe: universe_${mach}
.ORDER: universe_prologue universe_${mach} universe_epilogue