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

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2019-08-07 18:36:21 +0300
committerJoel Martinez <joelmartinez@gmail.com>2019-08-07 18:36:28 +0300
commitc131af6b3f63affc0ebc82817cb4b4136cd6beaf (patch)
tree6bd3d44872ca52e9ce9206663831c701b45b7c8a
parent9c037c6027e4f1e7d4f0857263a0d169fd7da810 (diff)
makefile update to ignore line endings, for WSLmdoc-5.7.4.10
-rw-r--r--mdoc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc/Makefile b/mdoc/Makefile
index 07e4e103..124ea174 100644
--- a/mdoc/Makefile
+++ b/mdoc/Makefile
@@ -46,8 +46,8 @@ EXTRA_DISTFILES = \
MULTI-CLASSIC = Test/DocTest-DropNS-classic.dll Test/DocTest-DropNS-classic-multitest.dll
MULTI-UNIFIED = Test/DocTest-DropNS-unified.dll Test/DocTest-DropNS-unified-multitest.dll
-DIFF = diff -rup
-DIFF_QUIET = diff --brief
+DIFF = diff -rup -Z
+DIFF_QUIET = diff --brief -Z
ifeq ($(PLATFORM), win32)
DIFF = diff -rupZ
DIFF_QUIET = diff --brief -Z
@@ -124,7 +124,7 @@ Test/DocTest.dll-v1:
Test/DocTest.dll-v2:
-rm -f Test/DocTest.cs
cp Test/DocTest-v1.cs Test/DocTest.cs
- cd Test && patch -p0 < DocTest-v2.patch
+ cd Test && patch -p0 --binary < DocTest-v2.patch
-rm -f Test/DocTest.dll
$(MAKE) Test/DocTest.dll