[m-dev.] problem with RM_C removal

Simon Taylor stayl at cs.mu.OZ.AU
Sat May 19 23:57:51 AEST 2001


On Sat, May 19, 2001 at 03:13:56AM +1000, Fergus Henderson wrote:
> There seems to be a problem with your change to remove RM_C
> that is preventing the compiler from bootstrapping.

Sorry about that.

Estimated hours taken: 0.1
Branches: main

scripts/Mmake.vars.in:
	Fix a problem caused by my change to remove the RM_C mmake
	variable. RM_C is still referred to by `.d' files generated
	before that change, so it still needs to be defined.

Index: Mmake.vars.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/Mmake.vars.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -u -r1.42 -r1.43
--- Mmake.vars.in	2001/05/18 14:23:56	1.42
+++ Mmake.vars.in	2001/05/19 13:53:06	1.43
@@ -256,6 +256,12 @@
 # shared libraries.
 EXT_FOR_SHARED_LIB	= @EXT_FOR_SHARED_LIB@
 
+# XXX RM_C is not used any more (it used to control whether
+# the intermediate C files were removed).
+# It may still be referred to by `.d' files generated before
+# support for RM_C was removed from the compiler.
+RM_C = :
+
 # lists of targets that depend on $(MLOBJS) and $(MLPICOBJS)
 MLOBJS_DEPS = 
 MLPICOBJS_DEPS = 

--------------------------------------------------------------------------
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