[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] [PATCH] make syntax-check fixes
From: |
Giuseppe Scrivano |
Subject: |
[Bug-wget] [PATCH] make syntax-check fixes |
Date: |
Sat, 31 Jan 2015 00:35:05 +0100 |
FYI, I have pushed these two trivial patches:
>From 875d0819c4f6c48f3712433f973b6a811cf76a1d Mon Sep 17 00:00:00 2001
From: Giuseppe Scrivano <address@hidden>
Date: Sat, 31 Jan 2015 00:30:26 +0100
Subject: [PATCH 1/2] * cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Add
ChangeLog-2014-12-10.
---
cfg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cfg.mk b/cfg.mk
index 6483350..63602f9 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -26,4 +26,4 @@ local-checks-to-skip = \
show-vc-list-except:
@$(VC_LIST_EXCEPT)
-VC_LIST_ALWAYS_EXCLUDE_REGEX = ^ABOUT-NLS|((msdos|vms)/.*)$$
+VC_LIST_ALWAYS_EXCLUDE_REGEX =
^ABOUT-NLS|((msdos|vms)/.*)|ChangeLog-2014-12-10$$
--
2.1.0
>From 07a350d30c062a813a9ac2a6b3cd8b2ae07f0b26 Mon Sep 17 00:00:00 2001
From: Giuseppe Scrivano <address@hidden>
Date: Sat, 31 Jan 2015 00:32:06 +0100
Subject: [PATCH 2/2] * README.checkout: Remove duplicated word
---
README.checkout | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.checkout b/README.checkout
index 7e1059d..85c2b4c 100644
--- a/README.checkout
+++ b/README.checkout
@@ -56,7 +56,7 @@ Compiling From Repository Sources
--with-libgnutls-prefix (or if having pkg-config: see description
below).
- * [30]OpenSSL to allow encrypted data transfer (HTTPS) an an
+ * [30]OpenSSL to allow encrypted data transfer (HTTPS) an
alternative to [31]GnuTLS.
You need the header files and the library installed.
If you want to compile+link a non-system library version use
--
2.1.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-wget] [PATCH] make syntax-check fixes,
Giuseppe Scrivano <=