Make csproj target work again
authorMiguel de Icaza <miguel@gnome.org>
Wed, 11 Nov 2009 23:26:50 +0000 (23:26 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 11 Nov 2009 23:26:50 +0000 (23:26 -0000)
svn path=/trunk/mcs/; revision=145998

12 files changed:
mcs/Makefile
mcs/build/Makefile
mcs/class/RabbitMQ.Client/Makefile
mcs/class/System.Web.Extensions/Test/Makefile
mcs/docs/Makefile
mcs/errors/Makefile
mcs/jay/Makefile
mcs/nunit24/Makefile
mcs/tests/Makefile
mcs/tools/Makefile
mcs/tools/corcompare/Makefile
mcs/tools/security/Makefile

index 175312351733c287e861391081a179d43c7d9906..1c1bf365ad94845c094d4f5aa7e32b9f4c342524 100644 (file)
@@ -142,6 +142,8 @@ DISTFILES = \
 
 dist-local: dist-default
 
+csproj-local:
+
 dist-pre:
        rm -rf $(package)
        mkdir $(package)
index 7a32d2b6049af6774421744f96bee248dde0edbe..08640a9f4acbd8fc1937a514e1ff6a3c496ff539 100644 (file)
@@ -4,7 +4,7 @@ include ../build/rules.make
 
 BUILT_FILES = common/Consts.cs
 
-all-local install-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local: $(BUILT_FILES)
+all-local install-local test-local run-test-local csproj-local run-test-ondotnet-local uninstall-local doc-update-local: $(BUILT_FILES)
        @:
 
 clean-local:
index 590100a12b9422988535d13f0ea8df0deed3885c..d122404519667de151bf810f99c64e5d75b592bf 100644 (file)
@@ -16,6 +16,6 @@ DISTFILES = \
        src/util/SharedQueue.cs \
        src/util/XmlUtil.cs
 
-all-local install-local clean-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local:
+all-local install-local clean-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local csproj-local:
 
 dist-local: dist-default
index b1bbb91620f0dd3aca290bed02eed06e7fe5617a..dec75b102627bc0a2e0e6451ab96ab96cfcf93d0 100644 (file)
@@ -1,7 +1,7 @@
 thisdir = class/System.Web.Extensions/Test
 include ../../../build/rules.make
 
-all-local install-local clean-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local:
+all-local install-local clean-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local csproj-local:
 
 DISTFILES =  $(wildcard *.aspx)
 
index e15856484c7991be4046dc2d81530693c1348b2e..9b571de6d198a13e6c000debadff09b8fdf0230d 100644 (file)
@@ -36,7 +36,7 @@ ifeq (net_2_0, $(PROFILE))
 all-local: build-documentation
 endif
 
-all-local test-local run-test-local run-test-ondotnet-local doc-update:
+all-local csproj-local test-local run-test-local run-test-ondotnet-local doc-update:
 
 clean-local:
        -rm -f $(CLEAN_FILES)
index c191efa20123e2b5c6828617d504601bdea8bd17..605731dd5065f4cb0a5207472cedf0a81834f89c 100644 (file)
@@ -82,7 +82,7 @@ clean-local:
 
 dist-local: dist-default
 
-install-local uninstall-local:
+csproj-local install-local uninstall-local:
 
 %-lib.dll: %-lib.cs
        $(CSCOMPILE) /target:library /out:$@ $<
index 238cd994891b3db0172f94909196d3ef6850d5d2..68e8da9d2cbdc97907a1db17ef1ae7d81083d9bb 100644 (file)
@@ -36,6 +36,8 @@ uninstall-local:
        -rm -f $(DESTDIR)$(prefix)/share/man/man1/jay.1
 endif
 
+csproj-local:
+
 clean-local:
        rm -f jay *.o *.exe *.pdb
 
index 2912cf40198f24a53dade7814eb95f108d0946da..7745f173228d8fd9ffbf7f635c937cb665cae1c1 100644 (file)
@@ -8,7 +8,7 @@ include ../build/rules.make
 DISTFILES = license.rtf nunit.sln nunit_VS2005.sln nunit.snk \
        CommonAssemblyInfo.cs
 
-all-local install-local test-local run-test-local run-test-ondotnet-local clean-local uninstall-local doc-update-local:
+all-local install-local csproj-local test-local run-test-local run-test-ondotnet-local clean-local uninstall-local doc-update-local:
 
 dist-local: dist-default
 
index a37ca15dee8a0da1527448b2e3754996b72ad0d1..05e18e0d7fa802a48d8ff26e9b6db5296d752e39 100644 (file)
@@ -101,6 +101,8 @@ clean-local:
 dist-local: dist-default
        rm -f $(distdir)/casts.cs
 
+csproj-local:
+
 %-il.dll: %-il.il
        $(ILASM) /dll $<
 
index 4ad56aaf3a113fc8332c0649596bcf0a9dce0234..03891d3319880f3f607f2b7fa34db7882babab94 100644 (file)
@@ -74,7 +74,7 @@ DISTFILES = \
        gensources.sh                   \
        removecomments.sh
 
-test-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local doc-update-local:
+test-local csproj-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local doc-update-local:
        @:
 
 dist-local: dist-default
index bfa9e4f3ff5e60145e3f7ec2881246a027410fbe..afc8c6750fb75d11bad8bd0887426dfd5aac5597 100644 (file)
@@ -19,7 +19,7 @@ DISTFILES= $(COMMON_SOURCES) $(APIINFO_SOURCES)
 
 all-local: $(ALL_PROGRAMS)
 
-doc-update-local:
+csproj-local doc-update-local:
 
 install-local: $(ALL_PROGRAMS)
        $(MKINSTALLDIRS) $(DESTDIR)$(PROGRAM_INSTALL_DIR)
index 2dd9f5c68c25191fa87806f7527baca973cdc39f..5c4c9a857c2086169efa398ff457ae56b5c78396 100644 (file)
@@ -49,7 +49,7 @@ endif
 
 test-local:
 
-run-test-local run-test-ondotnet-local:
+run-test-local run-test-ondotnet-local csproj-local:
 
 clean-local:
        rm -f *.exe *.mdb *.pdb