[bug #51202] Report paths > 259 characters long, don't silently cut them

2017-06-07 Thread anonymous
URL: Summary: Report paths > 259 characters long, don't silently cut them Project: make Submitted by: None Submitted on: Thu 08 Jun 2017 05:16:44 AM UTC Severity: 3 - Normal

Re: Management for relative paths in global build parameters

2017-06-07 Thread Duane Griffin
Hi Markus, I'm not entirely sure what you are asking, so apologies if I'm telling you things you already know... Relative paths are fine when including makefiles from sub-directories. What matters is that targets use *consistent* paths. You can't safely refer to the same target with a relative an

[bug #51200] Improvement suggestion: listen to signals to adjust number of jobs

2017-06-07 Thread anonymous
URL: Summary: Improvement suggestion: listen to signals to adjust number of jobs Project: make Submitted by: None Submitted on: Wed 07 Jun 2017 06:43:43 PM UTC Severity: 3 - Normal

Management for relative paths in global build parameters

2017-06-07 Thread SF Markus Elfring
Hello, Software development projects can grow in the way that corresponding components will be stored in several subdirectories. Such a project organisation has got consequences on the management of some dependencies. Now I am looking for advanced support possibilities by the make software once m