lists.zerezo.com



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

***BOGO*** Re: [Mingw-users] make is super slow



Quoting Bob Rossi <bob@xxxxxxxxxx>:

>
> Seems like just cutting down on all those implicit rules helps a lot.
>
> Does autoconf generate any rules that depends on implicit rules of
> make? If not, perhaps it should use the -r option by default somehow?
>

Implicit rules give an automatic definition of what a source file 
ending in .c (as an example) is supposed to do to produce the target 
file ending in .o.  If your makefile defines those rules then removing 
the implicit rules you don't need will have a definite performance 
impact.  If you're working in the MSYS or Cygwin shell you can always 
do ``alias make='make -r''' in your ~/.profile file to create your 
default value.

Earnie

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
MinGW-users mailing list
MinGW-users@xxxxxxxxxxxxxxxxxxxxx

You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users