[m-rev.] trivial diff: fix more ssdb build problems
Julien Fischer
juliensf at csse.unimelb.edu.au
Fri Oct 5 14:58:17 AEST 2007
Hi,
There have been a whole series of minor problems introduced because
of the addition of the ssdb directory. Could one of the developers
working on the ssdb please check the following:
* that the install_grades target is working
* that building the source distribution is working
* that compiling the source distribution without a Mercury compiler,
i.e. just compiling the pre-compiled C files works.
Thanks,
Julien.
On Fri, 5 Oct 2007, Julien Fischer wrote:
> Estimated hours taken: 0.1
> Branches: main
>
> Mmakefile:
> Fix the dependencies on the ssdb target. It should depend
> on dep_ssdb.
>
> Julien.
>
> Index: Mmakefile
> ===================================================================
> RCS file: /home/mercury/mercury1/repository/mercury/Mmakefile,v
> retrieving revision 1.125
> diff -u -r1.125 Mmakefile
> --- Mmakefile 3 Oct 2007 12:11:52 -0000 1.125
> +++ Mmakefile 5 Oct 2007 04:53:41 -0000
> @@ -246,7 +246,7 @@
> +cd browser && $(SUBDIR_MMAKE)
>
> .PHONY: ssdb
> -ssdb: scripts boehm_gc runtime library mdbcomp browser
> +ssdb: dep_ssdb scripts boehm_gc runtime library mdbcomp browser
> +cd ssdb && $(SUBDIR_MMAKE)
>
> .PHONY: analysis
>
> --------------------------------------------------------------------------
> mercury-reviews mailing list
> Post messages to: mercury-reviews at csse.unimelb.edu.au
> Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
> Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
> --------------------------------------------------------------------------
>
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list