[m-rev.] trivial diff: don't pass MLFLAGS to `mmc --make'
Simon Taylor
stayl at cs.mu.OZ.AU
Mon Feb 10 20:34:33 AEDT 2003
Estimated hours taken: 0.1
Branches: main
scripts/Mmake.vars.in:
Don't pass MLFLAGS to `mmc --make' -- it's ignored
now that ml is implemented in the compiler.
Index: Mmake.vars.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/Mmake.vars.in,v
retrieving revision 1.87
diff -u -u -r1.87 Mmake.vars.in
--- Mmake.vars.in 28 Jan 2003 14:52:00 -0000 1.87
+++ Mmake.vars.in 10 Feb 2003 09:32:31 -0000
@@ -121,7 +121,6 @@
echo MS_CLFLAGS += '$(ALL_MS_CLFLAGS)'; \
echo MS_ILASMFLAGS += '$(ALL_MS_ILASMFLAGS)'; \
echo C2INITARGS += '$(ALL_C2INITARGS)'; \
- echo MLFLAGS += '$(ALL_MLFLAGS)'; \
echo MLLIBS += '$(ALL_MLLIBS)'; \
echo MLOBJS += '$(ALL_MLOBJS)'; \
echo LDFLAGS += '$(ALL_LDFLAGS)'; \
--------------------------------------------------------------------------
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