[m-rev.] trivial diff: fix bug in Mmakefile
Simon Taylor
stayl at cs.mu.OZ.AU
Tue Aug 27 18:20:21 AEST 2002
Estimated hours taken: 0.1
Branches: main
Mmakefile:
s/$tmp_dir/tmp_dir/
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -u -r1.85 -r1.86
--- Mmakefile 26 Aug 2002 02:47:13 -0000 1.85
+++ Mmakefile 27 Aug 2002 08:18:33 -0000 1.86
@@ -477,7 +477,7 @@
rm -rf tmp_dir && \
mkdir tmp_dir && \
for ext in $(GRADE_SUBDIR_EXTS); do \
- mv -f *.$$ext Mercury/$${ext}s/*.$$ext $tmp_dir; \
+ mv -f *.$$ext Mercury/$${ext}s/*.$$ext tmp_dir; \
done || true && \
{ mv -f $(deps_subdir)*.dep $(deps_subdir)*.dv *.$O Mercury/os/*.$O \
*.$A *.so tmp_dir || true; } && \
--------------------------------------------------------------------------
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