[m-rev.] diff: make sure that configure creates the library Mmakefile
James Goddard
goddardjames at yahoo.com
Thu Feb 5 20:26:51 AEDT 2004
On 05-Feb-2004, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> On 05-Feb-2004, Julien Fischer <juliensf at students.cs.mu.OZ.AU> wrote:
> >
> > James' recent change that placed library/Mmakefile under the control
> > of configure left out the following.
> >
> > configure.in:
> > Have the configure script create library/Mmakefile.
>
> Thanks.
>
> But I think a better fix would be to not put library/Mmakefile under
> the
> control of configure. According to the log message, the reason it was
> put under the control of configure was so that it would have access to
> FULLARCH, but FULLARCH is already defined in scripts/Mmake.vars(.in),
> so it shouldn't be necessary to define FULLARCH in library/Mmakefile.
Sorry everyone!
Given that I forgot to commit configure.in, that means that the
following change is also missing (which is required in order for the JNI
stuff to work) and so I've committed this patch also:
Estimated hours taken: 0.1
Branches: main
configure.in:
Have the configure script create java/runtime/Native.java.
Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.384
diff -u -d -r1.384 configure.in
--- configure.in 20 Jan 2004 23:02:16 -0000 1.384
+++ configure.in 5 Feb 2004 09:17:29 -0000
@@ -3701,6 +3701,7 @@
scripts/mkfifo_using_mknod bindist/bindist.INSTALL bindist/bindist.Makefile
scripts/mercury_config scripts/Mercury.config scripts/Mercury.config.bootstrap
tools/lmc tools/dotime runtime/mercury_dotnet.cs java/runtime/Constants.java
+java/runtime/Native.java
,
[
# Only do this when compiling the source, not when reconfiguring
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list