[Mono-devel-list] PATCH: monolite-bootstrap

Jaroslaw Kowalski jaak at zd.com.pl
Wed May 19 07:40:05 EDT 2004


Hi guys!

I've developed a patch that provides 2 additional targets for bootstrapping mono:

$ make monolite-bootstrap

will use wget to download http://www.go-mono.com/daily/monolite-latest.tar.gz and use it for bootstrapping thus eliminating needs for mono/mcs to be previously installed on the machine.

$ make local-monolite-bootstrap

will do the same but using monolite-latest.tar.gz stored locally (next to "mcs" and "mono" directories)

I've tested this patch on a clean system with no mcs installed and it rebuilds and installs fine. I had to modify RESGEN macro in the mcs/build/profiles/*.build files so it uses just-built monoresgen.exe instead of the installed one and references the libraries from class/lib/default instead of the GAC. This was necessary to properly rebuild Npgsql because it used to depend on installed System.Windows.Forms.

May I commit it ?

Jarek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040519/cc101462/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mono.monolite_bootstrap.patch
Type: application/octet-stream
Size: 4012 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040519/cc101462/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mcs.monolite_bootstrap.patch
Type: application/octet-stream
Size: 1802 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040519/cc101462/attachment-0001.obj 


More information about the Mono-devel-list mailing list