[bug #55691] New make release plan

2019-02-11 Thread Tomasz Kłoczko
URL: Summary: New make release plan Project: make Submitted by: kloczek Submitted on: Mon 11 Feb 2019 09:21:38 AM UTC Severity: 3 - Normal Item Group: None

Re: [bug #55691] New make release plan

2019-02-11 Thread Dennis Clarke
On 2/11/19 4:21 AM, Tomasz Kłoczko wrote: URL: Summary: New make release plan Project: make Submitted by: kloczek Submitted on: Mon 11 Feb 2019 09:21:38 AM UTC Severity: 3 - N

Re: GNU Make for Java projects

2019-02-11 Thread Blake McBride
I appreciate all of the replies and comments, but I think a point is being missed. Let's say my Java app is made up of 9,500 source files (which is actually true!). Let's say I change 20 of them. 1. How could I create a dependency that basically says the 9,500 Java files in an entire source dir

Re: GNU Make for Java projects

2019-02-11 Thread Tim Murphy
Targets with multiple outputs have never been well supported in GNU make and despite appeals and the problem having existed forever and despite examples of commercial make implementations that support it well, it would not surprise me if support for it was something we could only hope for for our c