Add another qh to the culture of qh's
authorMiguel de Icaza <miguel@gnome.org>
Thu, 8 May 2008 22:23:54 +0000 (22:23 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 8 May 2008 22:23:54 +0000 (22:23 -0000)
svn path=/trunk/mcs/; revision=102842

mcs/class/corlib/Makefile

index e9f67323ad4f955d1b1a0650f80aa1da974ff57c..f2bccc23740f570a8bc202ed7a10fc4c075c4fba 100644 (file)
@@ -75,3 +75,11 @@ $(cmp_makefrag): $(cmp_response)
 
 $(cmp_response) $(cmp_makefrag): Makefile $(depsdir)/.stamp
 endif
+
+#
+# qh21 = Quick Hack for 2.1, to be used by impatient developers to get
+# test builds done quickly
+#
+qh21:
+       make PROFILE=net_2_1_raw
+       (cd ../../tools/tuner; rm tune.stamp; make tune.stamp && make PROFILE=net_2_1 install)