summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.powerpc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-09-12 14:17:11 +0000
committerobrien <obrien@FreeBSD.org>2012-09-12 14:17:11 +0000
commitfea385a6bf8d4cbceec7359f5c9a45cc46db5f4a (patch)
tree37133cd062754b71c7b8e6cb3e4e5c63b220e8a0 /sys/conf/Makefile.powerpc
parent0a297753318f752e086ba8e53898f99eb56c0133 (diff)
downloadFreeBSD-src-fea385a6bf8d4cbceec7359f5c9a45cc46db5f4a.zip
FreeBSD-src-fea385a6bf8d4cbceec7359f5c9a45cc46db5f4a.tar.gz
Not all Pmake derived makes quietly tolerate assignment from shell commands
with no output. Add "echo" at the end these shell commands whose output is assigned to a variable's value to ensure there is some output. Submitted by: John Van Horne <jvanhorne@juniper.net>
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r--sys/conf/Makefile.powerpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 725f3c7..ebd820c 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -37,7 +37,7 @@ INCLUDES+= -I$S/contrib/libfdt
CFLAGS+= -msoft-float -Wa,-many
-DDB_ENABLED!= grep DDB opt_ddb.h || true
+DDB_ENABLED!= grep DDB opt_ddb.h || true ; echo
.if !empty(DDB_ENABLED)
CFLAGS+= -fno-omit-frame-pointer
.endif
OpenPOWER on IntegriCloud