[m-rev.] trivial diff: remove browser/Mmakefile workarounds
Simon Taylor
stayl at cs.mu.OZ.AU
Tue Jun 18 01:30:39 AEST 2002
Estimated hours taken: 0.1
Branches: main
browser/Mmakefile:
Remove work-arounds for a bug in deforestation and for
smart recompilation not working where the module name
doesn't match the file name. Both of these problems
have been fixed.
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/browser/Mmakefile,v
retrieving revision 1.22
diff -u -u -r1.22 Mmakefile
--- Mmakefile 16 Jun 2002 09:12:58 -0000 1.22
+++ Mmakefile 17 Jun 2002 15:27:59 -0000
@@ -33,15 +33,6 @@
MLLIBS += $(SOCKET_LIBRARY) $(NSL_LIBRARY) $(DL_LIBRARY) \
$(READLINE_LIBRARIES)
-# XXX Smart recompilation currently doesn't work when the module
-# name doesn't match the file name, so disable warnings about it
-# not working in this directory.
-MCFLAGS += --no-warn-smart-recompilation
-
-# XXX There is a bug in deforestation which causes the compiler
-# to abort compiling declarative_user.m.
-MCFLAGS-mdb.declarative_user = --no-deforestation
-
MCFLAGS-mer_browser = --no-warn-nothing-exported
MTAGS = $(SCRIPTS_DIR)/mtags
--------------------------------------------------------------------------
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