[m-rev.] diff: fix .NET --use-subdirs bug

Simon Taylor stayl at cs.mu.OZ.AU
Tue Apr 30 13:53:38 AEST 2002


There are other suspicious occurences of $(os_subdir) in the
.NET section of scripts/Mmake.rules. Someone who knows how that
code is meant to work and is able to test a fix (Pete or Tyson)
should take a look.

Simon.


Estimated hours taken: 0.1
Branches: main

scripts/Mmake.rules:
	Fix a bug with `--use-subdirs'. Mmake was looking for `.il' files
	in the `Mercury/os' directory.

Index: Mmake.rules
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/Mmake.rules,v
retrieving revision 1.117
diff -u -u -r1.117 Mmake.rules
--- Mmake.rules	20 Apr 2002 15:00:31 -0000	1.117
+++ Mmake.rules	30 Apr 2002 03:46:35 -0000
@@ -275,7 +275,7 @@
 
 # When smart recompilation finds that a module does not need to be
 # recompiled, it only touches the `.il_date' file.
-$(os_subdir)%.il : $(il_dates_subdir)%.il_date
+$(ils_subdir)%.il : $(il_dates_subdir)%.il_date
 	@:
 
 $(il_dates_subdir)%.il_date : %.m
--------------------------------------------------------------------------
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