Re: [Bash-completion-devel] [PATCH 2/2] make: Don't pick up variables when makefile is reloaded

2015-09-06 Thread Ville Skyttä
On Sun, Sep 6, 2015 at 12:03 AM, Tristan Wibberley wrote: > Please apply this patch to "make" completion. This avoids completion getting > confused on variables when a makefile is reloaded. I tried this out by applying the new test case only first, but it does not

[Bash-completion-devel] [PATCH 2/2] make: Don't pick up variables when makefile is reloaded

2015-09-05 Thread Tristan Wibberley
Please apply this patch to "make" completion. This avoids completion getting confused on variables when a makefile is reloaded. --- completions/make | 10 +++--- test/fixtures/make/.gitignore | 1 + test/fixtures/make/Makefile | 5 + test/lib/completions/make.exp | 2 +-