[Mono-dev] [PATCH] runtime/Makefile.am fails make -j 9
Raja R Harinath
rharinath at novell.com
Mon May 7 05:28:50 EDT 2007
Hi,
"Stephen A. Jazdzewski" <steve at jazd.com> writes:
> 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.
Thanks for the report.
> Index: runtime/Makefile.am
> ===================================================================
> --- runtime/Makefile.am (revision 76761)
> +++ runtime/Makefile.am (working copy)
> @@ -95,6 +95,8 @@
>
> CLEANFILES = etc/mono/config
>
> +.NOTPARALLEL: etc/mono/config
> +
> # depend on $(symlinks) to ensure 'etc/mono' directory exists
> etc/mono/config: ../data/config Makefile $(symlinks)
> d=`cd ../support && pwd`; \
I've applied a different fix -- and removed some overly clever code.
Can you check if that solves the issue?
- Hari
More information about the Mono-devel-list
mailing list