Consistently use ${AWK} instead of hard-coding the program name.
MFC after: 3 days
This commit is contained in:
parent
8ff6d9dd22
commit
11f1d284a4
@ -225,7 +225,7 @@ ${FULLPROG}: ${OBJS}
|
||||
.else
|
||||
grep -v '^#' < ${EXPORT_SYMS} > export_syms
|
||||
.endif
|
||||
awk -f ${SYSDIR}/conf/kmod_syms.awk ${.TARGET} \
|
||||
${AWK} -f ${SYSDIR}/conf/kmod_syms.awk ${.TARGET} \
|
||||
export_syms | xargs -J% ${OBJCOPY} % ${.TARGET}
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user