summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-09-12 14:44:25 +0000
committerobrien <obrien@FreeBSD.org>2012-09-12 14:44:25 +0000
commit2cda43d113be125dcf736ac2fe7e8f8ee2beee13 (patch)
tree2462e214722a0f83d904824640d6b0258401d886 /Makefile.inc1
parent2b81e41ea80fc64dafcfe5d6e451547738ec938c (diff)
downloadFreeBSD-src-2cda43d113be125dcf736ac2fe7e8f8ee2beee13.zip
FreeBSD-src-2cda43d113be125dcf736ac2fe7e8f8ee2beee13.tar.gz
Not all Pmake derivatives silently handle empty shell output, so ensure there
is something for make(1) to consume. Bmake gives output such as: "warning: Couldn't read shell's output for "/bin/sh -c true" Note we parted from traditional Pmake behavior in r18864 / r18255.
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 755418d..1ea269b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1558,7 +1558,7 @@ DTBOUTPUTPATH= ${KRNLOBJDIR}/${KERNCONF}/
.if !defined(FDT_DTS_FILE) || empty(FDT_DTS_FILE)
.if exists(${KERNCONFDIR}/${KERNCONF})
FDT_DTS_FILE!= awk 'BEGIN {FS="="} /^makeoptions[[:space:]]+FDT_DTS_FILE/ {print $$2}' \
- ${KERNCONFDIR}/${KERNCONF}
+ ${KERNCONFDIR}/${KERNCONF} ; echo
.endif
.endif
OpenPOWER on IntegriCloud