[m-rev.] diff: change the order of include files in mmake

Peter Ross pro at missioncriticalit.com
Sun Nov 13 20:10:55 AEDT 2005


Hi,


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


Estimated hours taken: 0.1
Branches: main

scripts/mmake.in:
	Move the dvs back to their original position before
	the Mmakefile as the Mmakefiles in the compiler depend on this.


Index: scripts/mmake.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/mmake.in,v
retrieving revision 1.47
diff -u -r1.47 mmake.in
--- scripts/mmake.in	12 Nov 2005 10:16:55 -0000	1.47
+++ scripts/mmake.in	13 Nov 2005 08:50:12 -0000
@@ -372,11 +372,11 @@
 # `modules.m'.
 {
 cat ${MMAKE_VARS}
+echo $dvs | xargs cat
 cat $include_makefile $MMAKEFILE
 echo 'ifneq ($(MMAKE_AUTO_INCLUDE_DS),no)'
 echo $ds | xargs cat
 echo 'endif'
-echo $dvs | xargs cat
 cat $deps ${MMAKE_RULES}
 } > $tmp
 case $# in


-- 
Software Engineer                                (Work)   +32 2 757 10 15
Mission Critical                                 (Mobile) +32 485 482 559
--------------------------------------------------------------------------
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