From 29a82f09c0677209de7366a82ad99a0146fef55e Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 8 May 2008 22:23:54 +0000 Subject: [PATCH] Add another qh to the culture of qh's svn path=/trunk/mcs/; revision=102842 --- mcs/class/corlib/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mcs/class/corlib/Makefile b/mcs/class/corlib/Makefile index e9f67323ad4..f2bccc23740 100644 --- a/mcs/class/corlib/Makefile +++ b/mcs/class/corlib/Makefile @@ -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) -- 2.25.1