[m-dev.] diff: disable parallel make for tests/hard_coded/sub-modules
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Jul 28 19:27:38 AEST 1999
Estimated hours taken: 0.5
tests/hard_coded/sub-modules/runtests:
Disable the use of parallel make, since parallel make with nested
modules is not yet supported.
Workspace: /home/mercury0/public/test_mercury/test_dirs/murlibobo
Index: tests/hard_coded/sub-modules/runtests
===================================================================
RCS file: /home/staff/zs/imp/tests/hard_coded/sub-modules/runtests,v
retrieving revision 1.1
diff -u -r1.1 runtests
--- runtests 1999/07/12 06:25:57 1.1
+++ runtests 1999/07/28 09:24:29
@@ -6,6 +6,10 @@
. ../../handle_options
. ../../startup
+# XXX we need to disable parallel make, because parallel make is currently
+# not supported when using nested modules.
+jfactor=
+
mmake $jfactor depend || exit 1
eval mmake -k $jfactor $gradeopt $flagsopt $cflagsopt check
checkstatus=$?
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list