[Mono-dev] [PATCH] runtime/Makefile.am fails make -j 9

Stephen A. Jazdzewski steve at jazd.com
Sun May 6 18:17:27 EDT 2007


I was getting the error:

mv: cannot stat `etc/mono/configt': No such file or directory
make[3]: *** [etc/mono/config] Error 1

The patch is a little heavy handed but it was not immediately obvious to me where the dependency issue was.

I was able to compile with make -j9 after adding

.NOTPARALLEL: etc/mono/config

to the Makefile.am file.

-Stephen Jazdzewski <Steve at Jazd.com>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mono.diff
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070506/e6a69c4b/attachment.pl 


More information about the Mono-devel-list mailing list