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:
parent
f97bcd3b19
commit
208069ffa8
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user