[PATCH] general: support CONFIG_SITE being a list of entries

2020-07-15 Thread Ross Burton
From: Ross Burton Instead of treating CONFIG_SITE as a single path, treat it as a space-separated list of paths and load them in order. Also remove the special-casing of entries starting with a dash, this is redundant as they'll be caught by the wildcard case. Finally add a test case to verify

Re: [PATCH] Use just-built utilities for help2man rule

2020-07-15 Thread Andreas Schwab
On Jul 15 2020, Zack Weinberg wrote: > On Wed, Jul 15, 2020 at 10:13 AM Andreas Schwab wrote: >> On Jul 15 2020, Zack Weinberg wrote: >> >> > Under normal circumstances, there should always be a wrapper in >> > ./tests for each executable in ./bin. >> >> There are no dependencies. > > OK, want

Re: [PATCH] Use just-built utilities for help2man rule

2020-07-15 Thread Zack Weinberg
On Wed, Jul 15, 2020 at 10:13 AM Andreas Schwab wrote: > On Jul 15 2020, Zack Weinberg wrote: > > > Under normal circumstances, there should always be a wrapper in > > ./tests for each executable in ./bin. > > There are no dependencies. OK, want to write a patch to fix *that*? zw

Re: [PATCH] Use just-built utilities for help2man rule

2020-07-15 Thread Andreas Schwab
On Jul 15 2020, Zack Weinberg wrote: > Under normal circumstances, there should always be a wrapper in > ./tests for each executable in ./bin. There are no dependencies. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA

Re: [PATCH] Use just-built utilities for help2man rule

2020-07-15 Thread Zack Weinberg
On Wed, Jul 15, 2020 at 7:57 AM Andreas Schwab wrote: > - > PATH="./tests$(PATH_SEPARATOR)$(top_srcdir)/build-aux$(PATH_SEPARATOR)$$PATH"; > \ > + > PATH="bin$(PATH_SEPARATOR)./tests$(PATH_SEPARATOR)$(top_srcdir)/build-aux$(PATH_SEPARATOR)$$PATH"; > \ This bypasses the wrappers

[PATCH] Use just-built utilities for help2man rule

2020-07-15 Thread Andreas Schwab
--- man/local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/local.mk b/man/local.mk index 2416f393..7c6a7220 100644 --- a/man/local.mk +++ b/man/local.mk @@ -48,7 +48,7 @@ SUFFIXES += .x .1 .x.1: @echo "Updating man page $@" -