[m-rev.] trivial diff: fix syntax error in Mmakefile

Simon Taylor stayl at cs.mu.OZ.AU
Mon Sep 3 22:06:26 AEST 2001



Estimated hours taken: 0.1

Mmakefile:
	Fix a syntax error in my last change.	

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.69
diff -u -u -r1.69 Mmakefile
--- Mmakefile	2001/09/02 10:32:54	1.69
+++ Mmakefile	2001/09/03 12:04:24
@@ -474,12 +474,12 @@
 	# runs the newly installed compiler, rather than using the
 	# bootstrap compiler.
 	#
-	cd library && \
+	+cd library && \
 	rm -rf tmp_dir && \
 	mkdir tmp_dir && \
 	{ mv -f *.dir *.dep *.h *.c *.$O *.pic_o *.$A *.so \
 		Mercury/cs/*.c Mercury/os/*.$O tmp_dir || true; } && \
-	+for grade in $(GRADE) $(LIBGRADES); do \
+	for grade in $(GRADE) $(LIBGRADES); do \
 	        $(SUBDIR_MMAKE) MC=mmc GRADE=$$grade depend && \
 	        $(SUBDIR_MMAKE) MC=mmc GRADE=$$grade install_split_library || \
 			{ scripts/mercury_cleanup_install; exit 1; }; \
--------------------------------------------------------------------------
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