[m-rev.] trivial diff: fix extras/clpr/clpr/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Mon May 21 16:14:56 AEST 2001


On 21-May-2001, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> Estimated hours taken: 0.1
> 
> extras/clpr/clpr/Mmakefile:
> 	Fix a bug that broke the nightly tests with EXTRA_MGNUCFLAGS=--c-debug:
> 	pass -Wno-strict-prototypes etc. in CFLAGS rather than MGNUCFLAGS.

Here's another instance of the same problem.

Estimated hours taken: 0.1

extras/trailed_update/tests/Mmakefile:
	Fix a bug that broke the nightly tests with EXTRA_MGNUCFLAGS=--c-debug:
	pass -I etc. in CFLAGS rather than MGNUCFLAGS.

Workspace: /home/mars/fjh/ws1/mercury
Index: extras/trailed_update/tests/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/trailed_update/tests/Mmakefile,v
retrieving revision 1.5
diff -u -d -r1.5 Mmakefile
--- extras/trailed_update/tests/Mmakefile	2000/04/20 06:35:30	1.5
+++ extras/trailed_update/tests/Mmakefile	2001/05/21 06:11:29
@@ -11,7 +11,7 @@
 
 MCFLAGS = --infer-all
 
-MGNUCFLAGS=-g -I..
+CFLAGS=-g -I..
 RM_C=:
 MLFLAGS=-g
 
-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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