[Bash-completion-devel] [PATCH 1/2] make: Fix detection of intermediate targets where make has changed its database whitespace

2015-05-17 Thread Tristan Wibberley
--- completions/make| 6 +++--- test/fixtures/make/Makefile | 6 -- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/completions/make b/completions/make index 53f362e..3f697be 100644 --- a/completions/make +++ b/completions/make @@ -20,8 +20,8 @@ function _make_target

Re: [Bash-completion-devel] [PATCH 1/2] make: Fix detection of intermediate targets where make has changed its database whitespace

2015-05-18 Thread Ville Skyttä
On Sun, May 17, 2015 at 4:57 PM, Tristan Wibberley wrote: > --- > completions/make| 6 +++--- > test/fixtures/make/Makefile | 6 -- > 2 files changed, 7 insertions(+), 5 deletions(-) Applied this one, will try to find time to look into 2/2 later (which will probably take some tim