[mercury-users] Mmake warnings with mercury 0.13.0-beta-2006-06-29

Nicolas Pelletier nicolas.pelletier3 at free.fr
Tue Jul 4 02:50:56 AEST 2006


Julien Fischer <juliensf at cs.mu.OZ.AU> writes:

>
> No.  The variable MMAKE_USE_SUBDIRS_EXPLICIT can be set to "yes" if you want
> mmake to print the action it uses to create (sub-)directories.  Unless you're
> debugging mmake itself I can't see that being useful though.
>
> If it's annoying you can always set MMAKE_USE_SUBDIRS_EXPLICIT to something
> other than yes, no for example.  BTW, I would strong recommend that instead of
> using mmake you use the compiler's built-in build system, mmc --make.  It's
> generally faster than mmake and doesn't required a separate step to build
> the dependencies.  (Also, it uses --use-subdirs by default).  You can compile
> the above program with:
>
> 	mmc --make toto
>
> The (admittedly sparse) documentation for mmc --make is at the end of chapter
> 5 of the Mercury User's Guide.

Okay. Thank you for this clarification. I will drop mmake in favor for
mmc --make.

-- 
Nicolas
--------------------------------------------------------------------------
mercury-users mailing list
post:  mercury-users at cs.mu.oz.au
administrative address: owner-mercury-users at cs.mu.oz.au
unsubscribe: Address: mercury-users-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-users-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the users mailing list