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:
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index 64c28192748..9fd5ad51035 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -97,7 +97,6 @@ build-bare:
else
$(bare_libdir)/System.Xml.dll:
$(MAKE) intermediate=bare/ $(bare_libdir)/System.Xml.dll
- echo DONE
endif
system_xml_library_deps := \
@@ -108,6 +107,11 @@ ifndef PROFILE_ANY_MOBILE
system_xml_library_deps += $(the_libdir_base)System.Configuration.dll
endif
+artifacts = $(system_xml_library_deps) \
+ $(the_libdir_base)System.Configuration.dll
+
+.NOTPARALLEL: $(artifacts)
+
CLEAN_FILES = $(bare_libdir)/System.Xml.dll $(bare_libdir)/System.Xml.dll.pdb
$(the_libdir_base)System.Xml.dll: $(system_xml_library_deps)
$(bare_libdir)/System.dll: