Add helper
authorMiguel de Icaza <miguel@gnome.org>
Thu, 30 Apr 2009 00:08:17 +0000 (00:08 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 30 Apr 2009 00:08:17 +0000 (00:08 -0000)
svn path=/trunk/mono/; revision=133097

Makefile.am

index 083bb8260e1e6751be92279dbfb3a3e7b630b492..f65d0c85f6ee7e5ca12fbffa48323c52173ca384 100644 (file)
@@ -86,3 +86,6 @@ bootstrap: all
 patch-quiet:
        find mono -name Makefile -exec scripts/patch-quiet.sh {} \;
        find libgc -name Makefile -exec scripts/patch-quiet.sh {} \;
+
+update-csproj:
+       (cd $(mcs_topdir)/build/csproj && gmcs genproj.cs) && (cd runtime; make V=1 extra_targets=csproj-local)
\ No newline at end of file