[m-dev.] trivial diff: fix for Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Aug 18 02:25:56 AEST 2000
Estimated hours taken: 0.1
Mmakefile:
Fix some errors in my previous change -- I had omitted some
line continuations.
Workspace: /home/pgrad/fjh/ws/hg
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.57
diff -u -d -r1.57 Mmakefile
--- Mmakefile 2000/08/17 05:31:07 1.57
+++ Mmakefile 2000/08/17 16:21:41
@@ -104,7 +104,7 @@
.PHONY: boehm_gc
boehm_gc: scripts
- gc_grade=`scripts/ml --grade $(GRADE) --print-gc-grade`
+ gc_grade=`scripts/ml --grade $(GRADE) --print-gc-grade`; \
cd boehm_gc && $(SUBDIR_MMAKE) GC_GRADE=$$gc_grade
.PHONY: runtime
@@ -296,7 +296,7 @@
.PHONY: install_boehm_gc
install_boehm_gc: boehm_gc
- gc_grade=`scripts/ml --grade $(GRADE) --print-gc-grade`
+ gc_grade=`scripts/ml --grade $(GRADE) --print-gc-grade`; \
cd boehm_gc && $(SUBDIR_MMAKE) install GC_GRADE=$$gc_grade
.PHONY: install_library
@@ -344,7 +344,7 @@
#
for grade in x $(LIBGRADES); do \
if [ "$$grade" != "x" ]; then \
- gc_grade=`scripts/ml --grade $$grade --print-gc-grade`
+ gc_grade=`scripts/ml --grade $$grade --print-gc-grade`; \
( cd boehm_gc && \
$(SUBDIR_MMAKE) MC=mmc GRADE=$$grade GC_GRADE=$$gc_grade \
install_lib ) && \
--
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