[m-rev.] trivial diff: don't test --split-c-files

Julien Fischer juliensf at cs.mu.OZ.AU
Thu Oct 20 10:33:37 AEST 2005


Estimated hours taken: 0.1
Branches: main

tests/hard_coded/Mmakefile:
	Disable the test cases that use '--split-c-files', since recent
	changes to mkinit have broken that option and it doesn't look
	like being fixed in the immediate future.

Julien.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/Mmakefile,v
retrieving revision 1.271
diff -u -r1.271 Mmakefile
--- Mmakefile	6 Oct 2005 08:26:11 -0000	1.271
+++ Mmakefile	20 Oct 2005 00:19:25 -0000
@@ -506,15 +506,22 @@
 #
 # --split-c-files also doesn't work on MacOS X.
 #
-ifneq "$(findstring apple-darwin,$(FULLARCH))" "apple-darwin"
-  ifeq "$(findstring yes,$(MMAKE_USE_MMC_MAKE))$(filter hl% il% java%,$(GRADE))$(findstring profdeep,$(GRADE))" ""
-	SPLIT_PROGS = mapped_module split_c_files
-  else
-	SPLIT_PROGS =
-  endif
-else
-  	SPLIT_PROGS =
-endif
+#ifneq "$(findstring apple-darwin,$(FULLARCH))" "apple-darwin"
+#  ifeq "$(findstring yes,$(MMAKE_USE_MMC_MAKE))$(filter hl% il% java%,$(GRADE))$(findstring profdeep,$(GRADE))" ""
+#	SPLIT_PROGS = mapped_module split_c_files
+#  else
+#	SPLIT_PROGS =
+#  endif
+#else
+#  	SPLIT_PROGS =
+#endif
+
+# We don't currently test any programs that use '--split-c-files' because that
+# option has been incompatible with the version of mkinit used since about
+# rotd-2005-10-19.
+#
+SPLIT_PROGS =
+

 #-----------------------------------------------------------------------------#


--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list