trivial diff: another fix for tools/test_mercury
Fergus Henderson
fjh at cs.mu.OZ.AU
Sat Nov 21 07:35:00 AEDT 1998
Estimated hours taken: 0.25
tools/test_mercury:
Fix another bug with building binary distributions on
murlibobo.
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.87
diff -u -r1.87 test_mercury
--- test_mercury 1998/11/16 20:46:39 1.87
+++ test_mercury 1998/11/17 12:07:48
@@ -376,6 +376,9 @@
mv mercury-tests-$version.tar.gz \
mercury-latest-unstable/mercury-tests-$version-unstable.tar.gz
} || status=1
+ # later parts of this script assume that we've already run configure,
+ # so we need to redo that
+ cd $DIR/mercury && sh configure --prefix=$INSTALL_DIR
;;
esac
--
Fergus Henderson <fjh at cs.mu.oz.au> | "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh> | but source code lives forever"
PGP: finger fjh at 128.250.37.3 | -- leaked Microsoft memo.
More information about the developers
mailing list