mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Protect shell expansions.
This commit is contained in:
parent
d499047c83
commit
6e14763e7d
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -144,7 +144,9 @@ ${TGTS}:
|
|||
# Set a reasonable default
|
||||
.MAIN: all
|
||||
|
||||
.if make(world)
|
||||
STARTTIME!= LC_ALL=C date
|
||||
.endif
|
||||
#
|
||||
# world
|
||||
#
|
||||
|
|
@ -251,8 +253,10 @@ universe:
|
|||
@echo " (started ${STARTTIME})"
|
||||
@echo "--------------------------------------------------------------"
|
||||
|
||||
.if make(buildkernels)
|
||||
KERNCONFS!= cd ${.CURDIR}/sys/${TARGET}/conf && \
|
||||
find [A-Z]*[A-Z] -type f -maxdepth 0 ! -name NOTES
|
||||
.endif
|
||||
|
||||
buildkernels:
|
||||
.for kernel in ${KERNCONFS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue