[Mono-list] Speed up make in cygwin
Andy Hume
andyhume32 at yahoo.co.uk
Tue Dec 23 16:57:13 EST 2008
For the 2.0 version of a particular assembly do e.g.
pushd ../mcs/class/Managed.Windows.Forms
make install
popd
or similar e.g. (cd ...... ; make install)
A significant speed up! :-)
(BTW for FX1.1 "make PROFILE=net_1_1 ..." )
Andy
Andrus Moor-2 wrote:
>
> I'm testing mono and msc from SVN using cygwin in Vista.
>
> After making minor change to one .c or .cs file,
>
> make;make install
>
> takes huge huge amout of time.
> It seems that most of time goes to traversing in directory tree.
>
> I do'nt want 1.1, doc, man stuff.
>
> How to speed up make ?
>
>
--
View this message in context: http://www.nabble.com/Speed-up-make-in-cygwin-tp21150220p21151512.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list