* [Buildroot] [Bug 14951] New: boost compile error when running make silently
@ 2022-08-06 19:48 bugzilla
2022-08-07 12:37 ` [Buildroot] [Bug 14951] " bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2022-08-06 19:48 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14951
Bug ID: 14951
Summary: boost compile error when running make silently
Product: buildroot
Version: 2022.05.1
Hardware: All
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: bundi78@web.de
CC: buildroot@uclibc.org
Target Milestone: ---
Hi,
I observed a boost compile error during creation of a linux system. I used
make's '--silent' option. According to boost, the '-d' option must be followed
by a digit. Therefore, the following lines inside boost.mk:
# how verbose should the build be?
BOOST_OPTS += $(if $(QUIET),-d,-d+1)
HOST_BOOST_OPTS += $(if $(QUIET),-d,-d+1)
should be:
# how verbose should the build be?
BOOST_OPTS += $(if $(QUIET),-d0,-d+1)
HOST_BOOST_OPTS += $(if $(QUIET),-d0,-d+1)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-07 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-06 19:48 [Buildroot] [Bug 14951] New: boost compile error when running make silently bugzilla
2022-08-07 12:37 ` [Buildroot] [Bug 14951] " bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox