[m-dev.] diff: install the hlc.par.gc grade

Peter Ross peter.ross at miscrit.be
Wed Sep 6 22:54:04 AEDT 2000


Hi,


===================================================================


Estimated hours taken: 0.25

configure.in:
	Add hlc.par.gc to the list of grades to install, when you
	request all hlc grades.

boehm_gc/Mmakefile:
	Install libpar_gc.dll into $(INSTALL_BINDIR) if the dll exists.


Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.221
diff -u -r1.221 configure.in
--- configure.in	2000/09/01 12:36:33	1.221
+++ configure.in	2000/09/06 11:50:02
@@ -1782,6 +1782,9 @@
 	LIBGRADES="$LIBGRADES hlc.gc.memprof"
 fi
 
+# Add the .par grade
+LIBGRADES="$LIBGRADES hlc.par.gc"
+
 # If we are using the Microsoft compiler then use hlc.gc as the default
 # grade.
 if test $ac_microsoft = yes; then
Index: boehm_gc/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/boehm_gc/Mmakefile,v
retrieving revision 1.13
diff -u -r1.13 Mmakefile
--- boehm_gc/Mmakefile	2000/09/06 11:04:41	1.13
+++ boehm_gc/Mmakefile	2000/09/06 11:50:02
@@ -53,7 +53,7 @@
 # installation rules
 
 .PHONY: install
-install: install_headers install_lib
+install: install_headers install_lib install_dll
 
 # As well as installing gc.h, we also install gc_inl.h (and hence
 # private/gc_priv.h, private/gc_hdrs.h, and private/gcconfig.h),
@@ -96,6 +96,6 @@
 
 .PHONY: install_dll
 install_dll:
-	[ -f libpar_gc.dll ] && cp `vpath_find libpar_gc.dll` $(INSTALL_MERC_BIN_DIR)
+	[ -f libpar_gc.dll ] && cp `vpath_find libpar_gc.dll` $(INSTALL_BINDIR)
 
 #-----------------------------------------------------------------------------#

--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list