[bug #24488] phony targets are case insensitive with case insensitive file system

2008-10-08 Thread Stepan Kasal
URL: Summary: phony targets are case insensitive with case insensitive file system Project: make Submitted by: kasal Submitted on: Wed 08 Oct 2008 07:50:36 PM CEST Severity: 3 - Norma

RE: Bug report for "make" documentation

2008-10-08 Thread Martin Dorey
I'm not sure I've understood. Perhaps rewording the second stanza like this would address your concern? "However, if you use the value $(objects) in a target or prerequisite, wildcard expansion will take place there. If you use the value $(objects) in a command, the shell may perform wildcard ex

[bug #24487] "foo" should not be identified with "./foo" if foo is phony

2008-10-08 Thread Stepan Kasal
URL: Summary: "foo" should not be identified with "./foo" if foo is phony Project: make Submitted by: kasal Submitted on: Wed 08 Oct 2008 07:34:14 PM CEST Severity: 3 - Normal

[bug #24486] Have make print a progress report during build?

2008-10-08 Thread Paul D. Smith
Update of bug #24486 (project make): Severity: 3 - Normal => 1 - Wish ___ Follow-up Comment #1: There is no good way to do this without completely rearchitecting how GNU make works. See: http:

[bug #24486] Have make print a progress report during build?

2008-10-08 Thread anonymous
URL: Summary: Have make print a progress report during build? Project: make Submitted by: None Submitted on: Wed 08 Oct 2008 04:01:16 PM UTC Severity: 3 - Normal Item Gr

[bug #102] Make prints an incorrect error for missing includes

2008-10-08 Thread anonymous
Follow-up Comment #7, bug #102 (project make): (It's me from comment #6 again.) I've just read http://make.paulandlesley.org/autodep.html and want to point out that the advanced procedure presented there (building dependency information together with objectes, plus avoiding the error message w

[bug #102] Make prints an incorrect error for missing includes

2008-10-08 Thread anonymous
Follow-up Comment #6, bug #102 (project make): Do we have an idea to fix this, now? It is not fatal but really annoying... One workaround may be to make a custom build script that filters the make output displayed to the user, but that's not pretty, eh? Paul: Is the deferring of the error messag

Bug report for "make" documentation

2008-10-08 Thread Harald Bergmann
Dear developer, at the PDF documentation of "make", which I currently loaded from your web side the following is found at top of page 25: --- Wildcard expansion is performed by make automatically in targets and in prerequisites. In commands the shell is responsible for wildcard expansion. In oth