[m-rev.] trivial diff: fix mmake bindist error

Simon Taylor stayl at cs.mu.OZ.AU
Fri Nov 1 18:11:07 AEDT 2002


Estimated hours taken: 0.1
Branches: main

Mmakefile:
	Build WORK_IN_PROGRESS and TODO before building the
	binary distribution.

bindist/Mmakefile:
	Add TODO to the binary distribution.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.91
diff -u -u -r1.91 Mmakefile
--- Mmakefile	23 Oct 2002 06:30:04 -0000	1.91
+++ Mmakefile	1 Nov 2002 07:06:31 -0000
@@ -570,7 +570,7 @@
 #-----------------------------------------------------------------------------#
 
 .PHONY : bindist
-bindist:
+bindist: WORK_IN_PROGRESS TODO
 	cd bindist; mmake binary_distribution
 
 #-----------------------------------------------------------------------------#
Index: bindist/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/Mmakefile,v
retrieving revision 1.32
diff -u -u -r1.32 Mmakefile
--- bindist/Mmakefile	16 Oct 2002 06:03:15 -0000	1.32
+++ bindist/Mmakefile	1 Nov 2002 07:05:56 -0000
@@ -26,7 +26,7 @@
 
 README_ETC	= ../COPYING ../COPYING.LIB ../HISTORY ../LIMITATIONS \
 		  ../NEWS ../RELEASE_NOTES ../BUGS ../WORK_IN_PROGRESS \
-		  ../VERSION ../README.*
+		  ../TODO ../VERSION ../README.*
 
 SCRIPT_FILES	= ../scripts/*.in ../scripts/*.sh-subr \
 		  ../scripts/Mmake.rules \
--------------------------------------------------------------------------
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