aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-08-25 13:30:09 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-08-25 13:30:09 +0000
commiteb51ce8efbe8e65a815fcfe8be3e6c8c903e5b68 (patch)
tree802aa304b16abe55b51b67460791f3a04fff0191 /Makefile.inc1
parent2b6ee34cf6fd3ba3a849685e0725ed69adf99748 (diff)
downloadsrc-eb51ce8efbe8e65a815fcfe8be3e6c8c903e5b68.tar.gz
src-eb51ce8efbe8e65a815fcfe8be3e6c8c903e5b68.zip
Fix running the builddtb target on a noexec file system
Obtained from: CheriBSD
Notes
Notes: svn path=/head/; revision=364762
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 0a85d6be6be9..ac2bcf7b22b0 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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}
###############