Rebuild all after git commit

2018-12-05 Thread Andy
I have CLion IDE (2018.3) + cmake (3.12.3) + make (4.1) After each git commit, whole project must be rebuild, it takes 10-15 minutes and make me furious. Is any options to restrict this behaviour? or is somethings similar to option "explain" like ninja? I want modify make to remove build-all case,

Problem with .phony .secondary between 3.79.1 and 3.81

2009-12-01 Thread Andy Juniper
r in 3.81? - is there a fix for 3.81 which will recreate the required behaviour? thanks, Andy Juniper ajuni...@freeuk.com ___ Help-make mailing list Help-make@gnu.org http://lists.gnu.org/mailman/listinfo/help-make

Re: Problem with .phony .secondary between 3.79.1 and 3.81

2009-12-02 Thread Andy Juniper
Philip Guenther wrote: On Tue, Dec 1, 2009 at 8:39 AM, Andy Juniper wrote: I need some help with the behaviour .phony .secondary targets, and the way that this has changed between 3.79.1 and 3.81. I have a .phony target (i.e. a target which never exists as a real file) which I only want

MAKECMDGOALS

2003-10-30 Thread Andy Xiao
Is MAKECMDGOALS working? How come it always turns out to be empty. ___ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make

Re: MAKECMDGOALS

2003-10-30 Thread Andy Xiao
"gmake")? If the former, what does "gmake -npqr all 2>&1 | grep MAKECMDGOALS" give? If the latter, I think MAKECMDGOALS is supposed to be empty. HTH, Noel Andy Xiao wrote: > > Is