Re: [bug #51495] Notice when a rule changed, so target needs rebuilding

2017-07-18 Thread David Boyce
Someone needs to point out that this is entirely solvable within gnu make. Many recipes have been published; one is at https://www.cmcrossroads.com/article/rebuilding-when-cppflags-changes. The Linux kernel makefile structure has a nice implementation of this too. It might still be preferable for i

Re: bugs

2017-07-18 Thread Eli Zaretskii
> From: sumit Raokhande > Date: Tue, 18 Jul 2017 16:13:09 +0530 > > How to resolve this error as follow > > > gmake.exe[1]: Entering directory `C:/optv_sdk32_gnu_cd' > perl utils/check_dir.pl portable/win32 gmake.exe --no-print-directory -C > portabl > e WIN32 > perl utils/check_dir.pl copyrite

Re: [bug #51495] Notice when a rule changed, so target needs rebuilding

2017-07-18 Thread Kyle Rose
On Tue, Jul 18, 2017 at 4:00 PM, Edward Welbourne wrote: > Henrik Carlqvist (18 July 2017 15:46) > > The quick and easy way to accomplish this today is of course to also > > add the Makefile to the prerequisites of targets. If you don't want > > every target to be rebuilt when only one rule has c

Re: [bug #51495] Notice when a rule changed, so target needs rebuilding

2017-07-18 Thread Edward Welbourne
Henrik Carlqvist (18 July 2017 15:46) > The quick and easy way to accomplish this today is of course to also > add the Makefile to the prerequisites of targets. If you don't want > every target to be rebuilt when only one rule has changed it is also > possible to split the Makefile up into several

[bug #51495] Notice when a rule changed, so target needs rebuilding

2017-07-18 Thread Henrik Carlqvist
Follow-up Comment #1, bug #51495 (project make): The quick and easy way to accomplish this today is of course to also add the Makefile to the prerequisites of targets. If you don't want every target to be rebuilt when only one rule has changed it is also possible to split the Makefile up into seve

bugs

2017-07-18 Thread sumit Raokhande
hi, How to resolve this error as follow gmake.exe[1]: Entering directory `C:/optv_sdk32_gnu_cd' perl utils/check_dir.pl portable/win32 gmake.exe --no-print-directory -C portabl e WIN32 perl utils/check_dir.pl copyrite/win32 gmake.exe --no-print-directory -C copyrit e WIN32 perl utils/check_dir.pl

[bug #48483] Compiler diagnostics cache

2017-07-18 Thread Nadav Har'El
Follow-up Comment #1, bug #48483 (project make): Please correct me if I'm wrong, but it sounds to me that "ccache" is exactly what you need - you can already get what you want without any changes to "make": With ccache, you can always do "make clean; make" because although the compiler will be ca

[bug #51495] Notice when a rule changed, so target needs rebuilding

2017-07-18 Thread Nadav Har'El
URL: Summary: Notice when a rule changed, so target needs rebuilding Project: make Submitted by: nyh Submitted on: Tue 18 Jul 2017 07:07:31 AM UTC Severity: 3 - Normal It