[m-rev.] trivial diff: update mmakefile in scripts dir

Julien Fischer juliensf at csse.unimelb.edu.au
Wed Feb 27 02:14:34 AEDT 2008


Estimated hours taken: 0.1
Branches: main

Fix the Mmakefile in the scripts directory

scripts/Mmakefile:
 	Remove a reference to the recently deleted mercury_cleanup_install
 	script.

 	`mtags' is now generated by configure.

scripts/.cvsignore:
 	Conform to recent changes.

Julien.

Index: .cvsignore
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/scripts/.cvsignore,v
retrieving revision 1.11
diff -u -r1.11 .cvsignore
--- .cvsignore	15 Jun 2007 12:51:48 -0000	1.11
+++ .cvsignore	26 Feb 2008 15:11:01 -0000
@@ -9,3 +9,5 @@
  Mercury.config Mercury.config.bootstrap mercury_config
  prepare_tmp_dir_fixed_part
  config.log
+mtags
+prepare_install_dir
Index: Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/scripts/Mmakefile,v
retrieving revision 1.43
diff -u -r1.43 Mmakefile
--- Mmakefile	25 Feb 2008 07:21:21 -0000	1.43
+++ Mmakefile	26 Feb 2008 15:11:01 -0000
@@ -15,9 +15,7 @@
  #-----------------------------------------------------------------------------#

  NONCONF_SCRIPTS = \
-	mercury_cleanup_install \
  	mprof_merge_runs \
-	mtags \
  	mtc \
  	vpath_find

@@ -35,6 +33,7 @@
  	mmake \
  	mmc \
  	mprof \
+	mtags \
  	prepare_install_dir

  SCRIPTS = $(NONCONF_SCRIPTS) $(CONF_SCRIPTS)

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list