On 2007-08-30 17:27:55 (+0800), Tongfeng.Yang <[EMAIL PROTECTED]> wrote: > Hello EveryOne: > we know that , make is drived by rules .and some obj depend on serverl > other obj . > if we can make these obj simultaneously ,then the process of make may be fast > . > > Does the make have this function ? > > Tongfeng.Yang
I think you're looking for the -j option. That will instruct make to run a number of jobs in parallel. See the make manual: http://www.gnu.org/software/autoconf/manual/make/Parallel.html#Parallel Regards, Kristof
signature.asc
Description: Digital signature
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
