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:
authorMarek Safar <marek.safar@gmail.com>2018-09-18 15:23:05 +0300
committerGitHub <noreply@github.com>2018-09-18 15:23:05 +0300
commitdc41ecd86e7e14d5e7e521d0bbe68b8bbe6a1b28 (patch)
treeee47adf8e10db34e261088349fb5b66d93e73f45 /mcs/class/System.Web
parent5a55842715ac89b9206afa809383e693d96707a2 (diff)
[build] Fixes make dist (#10640)
* [build] Fixes make dist * Update Makefile
Diffstat (limited to 'mcs/class/System.Web')
-rw-r--r--mcs/class/System.Web/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/class/System.Web/Makefile b/mcs/class/System.Web/Makefile
index d71f7e957b1..46a920951fa 100644
--- a/mcs/class/System.Web/Makefile
+++ b/mcs/class/System.Web/Makefile
@@ -273,9 +273,11 @@ 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' ") \
- $(shell find Test/System.Web.Caching/CacheItemPriorityQueueTestData/ -name "Sequence*.*" -type f -printf "'%p' ") \
ASPState.sql
+# This breaks for strange reason
+# $(shell find Test/System.Web.Caching/CacheItemPriorityQueueTestData/ -name "Sequence*.*" -type f -printf "'%p' ") \
+
BUILT_SOURCES = System.Web/UplevelHelper.cs
include ../../build/library.make