Author: raja
Date: 2008-02-18 01:12:12 -0500 (Mon, 18 Feb 2008)
New Revision: 96029
Modified:
trunk/mcs/tools/compiler-tester/ChangeLog
trunk/mcs/tools/compiler-tester/Makefile
Log:
* Makefile ($(dir $(PROGRAM))/.stamp): New.
Modified: trunk/mcs/tools/compiler-tester/ChangeLog
===================================================================
--- trunk/mcs/tools/compiler-tester/ChangeLog 2008-02-18 05:31:05 UTC (rev
96028)
+++ trunk/mcs/tools/compiler-tester/ChangeLog 2008-02-18 06:12:12 UTC (rev
96029)
@@ -1,3 +1,7 @@
+2008-02-18 Raja R Harinath <[EMAIL PROTECTED]>
+
+ * Makefile ($(dir $(PROGRAM))/.stamp): New.
+
2008-02-17 Raja R Harinath <[EMAIL PROTECTED]>
* Makefile [PROFILE=net_2_1]: Copy file from net_2_1_raw profile.
Modified: trunk/mcs/tools/compiler-tester/Makefile
===================================================================
--- trunk/mcs/tools/compiler-tester/Makefile 2008-02-18 05:31:05 UTC (rev
96028)
+++ trunk/mcs/tools/compiler-tester/Makefile 2008-02-18 06:12:12 UTC (rev
96029)
@@ -11,6 +11,11 @@
clean-local:
rm -f $(PROGRAM)
+$(dir $(PROGRAM))/.stamp:
+ mkdir -p $(@D)
+ touch $@
+
+$(PROGRAM): $(dir $(PROGRAM))/.stamp
$(PROGRAM): $(topdir)/class/lib/net_2_1_raw/compiler-tester.exe
cp $< $@
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches