[m-rev.] diff: fix mercury_config

Ian MacLarty maclarty at cs.mu.OZ.AU
Thu Oct 27 11:45:20 AEST 2005


Estimated hours taken: 0.2
Branches: main

scripts/mercury_config.in:
	Create empty flags .in files in the temporary configuration
	directory, so that configure doesn't break when called from
	mercury_configure.

Index: scripts/mercury_config.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/mercury_config.in,v
retrieving revision 1.5
diff -u -r1.5 mercury_config.in
--- scripts/mercury_config.in	13 Sep 2005 03:36:45 -0000	1.5
+++ scripts/mercury_config.in	27 Oct 2005 01:26:59 -0000
@@ -137,6 +137,22 @@
 mkdir $TMPDIR/java/runtime || exit 1
 touch $TMPDIR/java/runtime/Constants.java.in || exit 1
 touch $TMPDIR/java/runtime/Native.java.in || exit 1
+mkdir $TMPDIR/compiler || exit 1
+touch $TMPDIR/compiler/COMP_FLAGS.in || exit 1
+mkdir $TMPDIR/library || exit 1
+touch $TMPDIR/library/LIB_FLAGS.in || exit 1
+mkdir $TMPDIR/mdbcomp || exit 1
+touch $TMPDIR/mdbcomp/MDBCOMP_FLAGS.in || exit 1
+mkdir $TMPDIR/browser || exit 1
+touch $TMPDIR/browser/MDB_FLAGS.in || exit 1
+mkdir $TMPDIR/analysis || exit 1
+touch $TMPDIR/analysis/ANALYSIS_FLAGS.in || exit 1
+mkdir $TMPDIR/slice || exit 1
+touch $TMPDIR/slice/SLICE_FLAGS.in || exit 1
+mkdir $TMPDIR/profiler || exit 1
+touch $TMPDIR/profiler/PROF_FLAGS.in || exit 1
+mkdir $TMPDIR/deep_profiler || exit 1
+touch $TMPDIR/deep_profiler/DEEP_FLAGS.in || exit 1

 cd $TMPDIR
 case $# in

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