[m-dev.] How do I mmake .opt files?

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Dec 26 13:58:16 AEDT 2004


On 23-Dec-2004, Ralph Becket <rafe at cs.mu.OZ.AU> wrote:
> I've done something in a workspace that is giving me warnings like this:
...
> Warning: cannot open `term.opt'.

This could happen if you change the settings of the LIBRARY_INTERMODULE
variable.

> This problem is preventing me from building the compiler in this
> workspace.  Any idea how one might fix it?

Perhaps like this:

	find . -name \*.d -o -name \*.dep -o -name \*.dv | xargs rm
	mmake depend

-- 
Fergus Henderson                    |  "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