[m-rev.] diff: bug in outputting mercury and foreign type declarations in .opt file
Peter Ross
pro at missioncriticalit.com
Fri Dec 13 22:50:18 AEDT 2002
On Fri, Dec 13, 2002 at 10:10:37PM +1100, Simon Taylor wrote:
> The following diff should fix this problem. I don't have a Windows
> box handy, so Pete, if you could test and commit it, that would be great.
>
===================================================================
Estimated hours taken: 0.5
Branches: main, release
library/Mmakefile:
Install the .opt files for the il grade in the grade-dependent
directory.
Index: library/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/library/Mmakefile,v
retrieving revision 1.103
diff -u -r1.103 Mmakefile
--- library/Mmakefile 27 Nov 2002 11:33:58 -0000 1.103
+++ library/Mmakefile 13 Dec 2002 11:47:31 -0000
@@ -367,7 +367,9 @@
ifneq (,$(findstring il,$(GRADE)))
.PHONY: install_library
-install_library: mercury.dll install_grade_dirs install_gac install_strong_name
+install_library: mercury.dll install_grade_dirs install_gac \
+ install_strong_name lib$(STD_LIB_NAME).install_grade_hdrs \
+ lib$(STD_LIB_NAME).install_opts
cp `vpath_find $($(STD_LIB_NAME).foreign_dlls) $($(STD_LIB_NAME).dlls) \
mercury.dll` $(INSTALL_MERC_LIB_DIR)
--------------------------------------------------------------------------
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