[bug #56422] How to find the number of rules in GMAKE

2019-05-30 Thread Paul D. Smith
Update of bug #56422 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #1: Make doesn't know how

[bug #56422] How to find the number of rules in GMAKE

2019-05-30 Thread anonymous
URL: Summary: How to find the number of rules in GMAKE Project: make Submitted by: None Submitted on: Fri 31 May 2019 03:03:24 AM UTC Severity: 3 - Normal Item Group: En

[bug #56420] Unclear wording or missing word

2019-05-30 Thread Martin Dorey
Follow-up Comment #1, bug #56420 (project make): The context, specifically the start of the previous paragraph: > If there are C compiler options that _must_ be used for proper compilation of certain files, do not include them in CFLAGS. ... > Do include the ā€˜-g’ option in CFLAGS, because that is

[bug #56420] Unclear wording or missing word

2019-05-30 Thread anonymous
URL: Summary: Unclear wording or missing word Project: make Submitted by: None Submitted on: Thu 30 May 2019 08:15:34 PM UTC Severity: 3 - Normal Item Group: Documentati

incorrect handling of error codes with -j flag

2019-05-30 Thread Colin Girling
We have identified a situation where make will randomly return 2 or 0 for the same recipe. Our build system compiles unit tests, runs the unit test executable and then performs some basic clean-up after the test is run. We have something like this: $(derived_dir)/app /unit_tests/%_tests.pass: \