Fix 'make dist' broken since 35287878
authorAshley Winters <ashley.winters@freedomvoice.com>
Thu, 23 Jan 2014 22:46:09 +0000 (14:46 -0800)
committerAshley Winters <ashley.winters@freedomvoice.com>
Fri, 24 Jan 2014 01:14:18 +0000 (17:14 -0800)
In commit 35287878b9785efeaeb854afb6ee4509f5714d65:

    [xbuild] Reorganize xbuild targets/frameworks/bin data

Several files were shuffled around, but the EXTRA_DISTFILES was
not fully updated with the new file paths.

This patch is required to build a 3.2.7 tarball.

mcs/tools/xbuild/Makefile

index 8575340f90db6379a8256d9913113ee021af2810..9eda34e05b7c200ceff22f5d529fec570ca2b46c 100644 (file)
@@ -69,20 +69,23 @@ EXTRA_DISTFILES = \
        data/2.0/Microsoft.Common.tasks \
        data/3.5/Microsoft.Common.tasks \
        data/4.0/Microsoft.Common.tasks \
+       data/12.0/Microsoft.Common.tasks \
        data/2.0/Microsoft.Common.targets \
        data/3.5/Microsoft.Common.targets \
        data/4.0/Microsoft.Common.targets \
+       data/12.0/Microsoft.Common.targets \
        data/Microsoft.CSharp.targets \
+       data/Microsoft.VisualBasic.targets \
        data/MSBuild/Microsoft.Build.CommonTypes.xsd \
        data/MSBuild/Microsoft.Build.Core.xsd \
        frameworks/net_2.0.xml \
        frameworks/net_3.0.xml \
        frameworks/net_3.5.xml \
        frameworks/net_4.0.xml \
+       frameworks/net_4.0_client.xml \
        frameworks/net_4.5.xml \
        targets/Microsoft.Portable.CSharp_4.0.targets \
        targets/Microsoft.Portable.CSharp_4.5.targets \
-       targets/Microsoft.VisualBasic.targets \
        targets/Microsoft.WebApplication.targets \
-       targets/Microsoft.Portable.CSharp.targets \
-       xbuild_tests.make
+       xbuild.make \
+       xbuild_test.make