You've already forked linux-packaging-mono
Imported Upstream version 5.8.0.22
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
This commit is contained in:
parent
5f4a27cc8a
commit
7d05485754
@@ -25,18 +25,6 @@ LOCAL_MCS_FLAGS = $(MDOC_RESOURCES_COMMAND) $(MONODOC_RESOURCES_COMMAND)
|
||||
PROGRAM = $(topdir)/class/lib/$(PROFILE)/mdoc.exe
|
||||
PROGRAM_DEPS = $(topdir)/class/lib/$(PROFILE)/monodoc.dll
|
||||
|
||||
ifdef NET
|
||||
all : copy-with-deps
|
||||
|
||||
copy-with-deps:
|
||||
-mkdir mdoc-net
|
||||
cp $(PROGRAM) mdoc-net
|
||||
cp $(topdir)/class/lib/$(PROFILE)/Commons.Xml.Relaxng.dll mdoc-net
|
||||
cp $(topdir)/class/lib/$(PROFILE)/ICSharpCode.SharpZipLib.dll mdoc-net
|
||||
cp $(topdir)/class/lib/$(PROFILE)/Mono.Cecil.dll mdoc-net
|
||||
cp $(topdir)/class/lib/$(PROFILE)/monodoc.dll mdoc-net
|
||||
endif
|
||||
|
||||
MDOC_TEST_FILES = \
|
||||
Test/CLILibraryTypes.dtd \
|
||||
Test/DocTest-v1.cs \
|
||||
@@ -67,6 +55,11 @@ DIFF = diff -rupZ
|
||||
DIFF_QUIET = diff --brief -Z
|
||||
endif
|
||||
|
||||
ifdef MCS_MODE
|
||||
DIFF = echo "WARNING: running in mcs mode, tests are specific to roslyn and would fail. Skipping diff check."
|
||||
DIFF_QUIET = $(DIFF)
|
||||
endif
|
||||
|
||||
dist-local: dist-default dist-tests
|
||||
|
||||
dist-tests:
|
||||
|
Reference in New Issue
Block a user