Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: `make' completion in zsh-3.1.9



On Mar 18,  2:13am, Andrew Morton wrote:
} Subject: `make' completion in zsh-3.1.9
}
} /usr/src/linux> make menu<tab>
} 
} the shell locks up for about ten seconds, recurring into every
} directory of the kernel tree doing *something*.  Finally,
} it comes back with `make menuconfig'.

It's running "make -nsp --no-print-directory -f Makefile .PHONY" to cause
make itself to output the list of possible completions.  I don't know why
this would be taking 10 seconds or more -- it finishes in 1 second or so
on my machine.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author