[Mono-devel-list] PATCH: Another build failure
Jaroslaw Kowalski
jaak at zd.com.pl
Thu May 20 04:41:32 EDT 2004
Making all in tools
make[5]: Entering directory `/home/mono/src/mono/tools'
make[5]: *** No rule to make target `all'. Stop.
make[5]: Leaving directory `/home/mono/src/mono/tools'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/mono/src/mono'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/mono/src/mono'
make[2]: *** [bootstrap] Error 2
make[2]: Leaving directory `/home/mono/src/mono'
make[1]: *** [monolite-bootstrap] Error 2
make[1]: Leaving directory `/home/mono/src/mono'
make: *** [bootstrap-core] Error 2
The following patch fixes this (but why locale-builder is in mono module anyway ?)
Index: configure.in
===================================================================
RCS file: /cvs/public/mono/configure.in,v
retrieving revision 1.246
diff -u -r1.246 configure.in
--- configure.in 19 May 2004 16:38:37 -0000 1.246
+++ configure.in 20 May 2004 07:53:35 -0000
@@ -1231,6 +1231,8 @@
runtime/net_2_0/Makefile
scripts/Makefile
man/Makefile
+tools/Makefile
+tools/locale-builder/Makefile
web/Makefile
docs/Makefile
data/Makefile
Jarek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040520/ee742a48/attachment.html
More information about the Mono-devel-list
mailing list