[m-dev.] where does one unpack extras and tests?

Terrence Brannon princepawn at earthlink.net
Thu Apr 12 22:32:07 AEST 2001


I got the extras and tests and compiler ROTD (4-10). And then I did a
gzip -dc *compiler* | tar xvf -

but then I mv'ed extras and tests into the directory created by the
above command and then

gzip -dc *extra* | tar xvf -
gzip -dc *tests* | tar xvf -

but this creates under the compiler root tree, 2 directories:
mercury-extras-rotd-2001-04-10
mercury-tests-rotd-2001-04-10

but my guess is that the stuff under the above 2 directories should
actually be one more level up. ie, i should do:

cd mercury-extras-rotd-2001-04-10; mv * ..
cd mercury-tests-rotd-2001-04-10 ; mv * ..

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