Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-07-30 12:14:00 +0300
committerGitHub <noreply@github.com>2018-07-30 12:14:00 +0300
commit124febb1c12e6768d7008df2847ad48c0315641b (patch)
tree310cc76a3027316a4b4655d6377646b21e6c699c /mcs/class/System.Web
parentc6b8cecb9d6c547d7c5d58721cbf472caa3aae9f (diff)
[bcl] Include all .sources files in the tarball (#9803)
https://github.com/mono/mono/commit/0f0e31842f1f394c4e95d3726c20af547e706278 added a new pipes_pns.sources file but we forgot to add it to EXTRA_DISTFILES so it gets included in the tarball. Given that this happens almost all the time when we add a new .sources file we should just always include all *.sources
Diffstat (limited to 'mcs/class/System.Web')
-rw-r--r--mcs/class/System.Web/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Web/Makefile b/mcs/class/System.Web/Makefile
index e8693e46d39..d71f7e957b1 100644
--- a/mcs/class/System.Web/Makefile
+++ b/mcs/class/System.Web/Makefile
@@ -273,8 +273,6 @@ EXTRA_DISTFILES = \
$(shell find Test/standalone-tests/ -name "*.cs" -type f -printf "'%p' " -o -name "*.cs.in" -type f -printf "'%p' ") \
$(shell find Test/standalone/ -path '*/.svn' -prune -o -type f -printf "'%p' ") \
$(shell find Test/tools/ -path '*/.svn' -prune -o -type f -printf "'%p' ") \
- System.Web_standalone_test.dll.sources \
- standalone-runner-support.dll.sources \
$(shell find Test/System.Web.Caching/CacheItemPriorityQueueTestData/ -name "Sequence*.*" -type f -printf "'%p' ") \
ASPState.sql