When I'm specifying an argument for make like PREFIX_PATH=/some/path/to/prefix/ I sometimes experience very slow completion for my directories (a few seconds). It's annoying when I've got several variables to specify.

To get around the problem I've been typing out the variables first to get regular completion speed, then hitting Home to insert make at the start of my command line. What is happening and how can I fix it?

link|improve this question

NFS or Samba filesystem? Or maybe it's bash-completion? Try disabling it if that's used. – maxelost Feb 4 '11 at 15:20
It's and NFS filesystem. The problem is really noticeable when the server and network are loaded. What I don't understand is why the completion is bad when it's completing for a make arg, but is fine when completing for a shell variable. – ajwood Feb 4 '11 at 15:31
I'm also not sure how how to disable what you're talking about. – ajwood Feb 4 '11 at 15:32
You need to address a comment poster like this: @maxelost or they might never see the reply. – Dennis Williamson Feb 4 '11 at 15:58
@ajwood: if you use bash-completion (it's a package addition to bash), then try to figure out how to disable it (e.g. look at /usr/share/doc/bash-completion/README.gz), and see if it helps. – maxelost Feb 4 '11 at 16:33
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.