> With parallelization, using gmake -j2, I got:
>
> real 3m8.980s
> user 2m23.442s
> sys 0m36.142s
>
> Not sure why -j2 is not faster than normal -j, unless gmake knows to use
> -j2 on a 2-cpu system by default. Looking at the xps output, I don't
> see multiple compiles being performed by gmake.
Because it hasn't prallelized :-)
The -j2 wasn't handed down to the submakes and I'm sure
there's only one started from the top.
Jan
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#========================================= wieck@debis.com (Jan Wieck) #