Fix running the builddtb target on a noexec file system

Obtained from:	CheriBSD
This commit is contained in:
arichardson 2020-08-25 13:30:09 +00:00
parent bb9b2a99e5
commit a7824cc347

View File

@ -3260,7 +3260,7 @@ DTBOUTPUTPATH= ${.CURDIR}
#
builddtb: .PHONY
@PATH=${TMPPATH} MACHINE=${TARGET} \
${.CURDIR}/sys/tools/fdt/make_dtb.sh ${.CURDIR}/sys \
sh ${.CURDIR}/sys/tools/fdt/make_dtb.sh ${.CURDIR}/sys \
"${FDT_DTS_FILE}" ${DTBOUTPUTPATH}
###############