[m-dev.] diff: adding MR_ prefixes
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Nov 15 17:47:20 AEDT 2000
On 15-Nov-2000, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> This diff is long and boring, and doesn't really need a review. What I can use
> is input as to what grades it needs to be bootchecked in before checkin. It has
> already passed asm_fast.gc and hlc.gc, their .par variants (except for a couple
> of test cases that are also failed without this change), and I am now running
> their .prof variants; anyone wants any bootchecks in other grades?
Please make sure that you check the stuff in extras/*,
e.g.
cd extras
for file in */Mmakefile; do
cd `dirname $file`
mmake
if [ grep -q check $file ]; then
mmake check
fi
cd ..
done
It would probably be a good idea to check that these compile
with `EXTRA_CFLAGS=-DMR_NO_BACKWARDS_COMPATIBILITY'.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- 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