mono-core/mono-core-parallel-build.diff
Stephen Shaw a12cde823f Accepting request 225490 from home:oertel:branches:Mono:Factory
- rediff and reactivate ppc.patch
- port forward ppc64le fixes from matz:
- Add support for ppc64le, fix build warnings, the blocksize
  changes in mono-core-ppc64le.diff should also help ppc64 proper.
  Added patches:
  * mono-core-parallel-build.diff 
  * mono-core-ppc64le-callreg.diff
  * mono-core-ppc64le-swr11r12.diff
  * mono-core-ppc64le.diff
- no valgrind on aarch64 and s390 (but on s390x)

OBS-URL: https://build.opensuse.org/request/show/225490
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=127
2014-03-10 19:10:59 +00:00

12 lines
285 B
Diff

--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -82,7 +82,7 @@
@:
dir-check:
- @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "basic" ]; then make -C ../runtime; fi
+ @if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "basic" ]; then $(MAKE) -C ../runtime; fi
# fun specialty targets