mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
universe: don't attempt to compile DEFAULTS and don't compile LINT twice.
This commit is contained in:
parent
671448d87e
commit
d72ae1eab4
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -269,7 +269,8 @@ universe_prologue:
|
|||
.for arch in ${target:C/:.*$//}
|
||||
.for mach in ${target:C/^.*://}
|
||||
KERNCONFS!= cd ${.CURDIR}/sys/${mach}/conf && \
|
||||
find [A-Z]*[A-Z] -type f -maxdepth 0
|
||||
find [A-Z]*[A-Z] -type f -maxdepth 0 \
|
||||
! -name DEFAULTS ! -name NOTES
|
||||
KERNCONFS:= ${KERNCONFS:S/^NOTES$/LINT/}
|
||||
universe: universe_${mach}
|
||||
.ORDER: universe_prologue universe_${mach} universe_epilogue
|
||||
|
|
|
|||
Loading…
Reference in a new issue