Bug 3345 - bootstrap.sh continues when there's a problem
Summary: bootstrap.sh continues when there's a problem
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2006-10-11 15:20 UTC by Andrew Cagney
Modified: 2006-10-11 15:21 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-10-11 15:20:21 UTC
Turns out that bootstrap.sh and, called by that, automake both ignore warning
problems and exit fails.
Comment 1 Andrew Cagney 2006-10-11 15:21:51 UTC
Index: ChangeLog
2006-10-11  Andrew Cagney  <cagney@redhat.com>

	* bootstrap.sh: Pass -Werror to automake.  Abort if a
	sub-directory fails to configure.

Index: frysk-core/ChangeLog
2006-10-11  Andrew Cagney  <cagney@redhat.com>

	* bootstrap.sh: Pass -Werror to automake.

Index: frysk-gtk/ChangeLog
2006-10-11  Andrew Cagney  <cagney@redhat.com>

	* bootstrap.sh: Pass -Werror to automake.

Index: frysk-gui/ChangeLog
2006-10-11  Andrew Cagney  <cagney@redhat.com>

	* bootstrap.sh: Pass -Werror to automake.

Index: frysk-imports/ChangeLog
2006-10-11  Andrew Cagney  <cagney@redhat.com>

	* bootstrap.sh: Pass -Werror to automake.

Index: frysk-sys/ChangeLog
2006-10-11  Andrew Cagney  <cagney@redhat.com>

	* bootstrap.sh: Pass -Werror to automake.