Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mcs/build/library.make
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ ifdef RESOURCE_DEFS
$(foreach pair,$(RESOURCE_DEFS), $(eval $(call RESOURCE_template,$(word 1, $(subst $(ccomma), ,$(pair))), $(word 2, $(subst $(ccomma), ,$(pair))))))
endif

DISTFILES = $(wildcard *$(LIBRARY)*.sources) $(EXTRA_DISTFILES) $(DIST_LISTED_RESOURCES)
DISTFILES = $(wildcard *.sources) $(EXTRA_DISTFILES) $(DIST_LISTED_RESOURCES)

ASSEMBLY = $(LIBRARY)
ASSEMBLY_EXT = .dll
Expand Down
4 changes: 1 addition & 3 deletions mcs/class/System.Data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ EXTRA_DISTFILES = \
Test/test-config-file \
Test/System.Data/binserialize/*.bin \
Test/ProviderTests/sql/*.sql \
SqliteTest.db \
corefx.common.sources \
corefx.unix.sources
SqliteTest.db

include ../../build/library.make
4 changes: 1 addition & 3 deletions mcs/class/System.Runtime.Serialization/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ TEST_LIB_REFS = System.ServiceModel System.Web.Services
EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_RESOURCE_FILES) \
Test/Resources/FrameworkTypes/* \
Test/Resources/Schemas/*.xsd \
Test/System.Runtime.Serialization/one.xml \
ReferenceSource.common.sources \
ReferenceSource.desktop.sources
Test/System.Runtime.Serialization/one.xml

include ../../build/library.make
2 changes: 0 additions & 2 deletions mcs/class/System.Web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion mcs/class/System.XML/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ xmlfiles_files = \
EXTRA_DISTFILES = \
$(wildcard System.Xml.Serialization/standalone_tests/*.cs) \
$(wildcard System.Xml.Serialization/standalone_tests/*.output) \
common.sources \
Test/XmlFiles/76102.xml \
Test/XmlFiles/79683.dtd \
Test/XmlFiles/496192.xml \
Expand Down
7 changes: 0 additions & 7 deletions mcs/class/System/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,6 @@ LIB_MCS_FLAGS += -d:CONFIGURATION_DEP
endif

EXTRA_DISTFILES = \
common.sources \
common_networking.sources \
unix_networkinfo.sources \
linux_networkinfo.sources \
macos_networkinfo.sources \
win32_networkinfo.sources \
corefx.unix.sources \
Test/test-config-file \
Test/System.Security.Cryptography.X509Certificates/pkits/Makefile \
Test/System.Security.Cryptography.X509Certificates/pkits/README \
Expand Down