Subject: Re: make show-installed-packages
To: C?sar Catri?n C. <ccatrian@eml.cc>
From: Geert Hendrickx <geert.hendrickx@ua.ac.be>
List: tech-pkg
Date: 09/07/2005 20:30:01
On Wed, Sep 07, 2005 at 02:16:21PM -0400, C?sar Catri?n C. wrote:
> On Tue, 6 Sep 2005 22:36:14 +0200
> Geert Hendrickx <geert.hendrickx@ua.ac.be> wrote:
> >
> > > I'm also using zsh, but for some reason, it doesn't work by default,
> > > even if a do a full make show-installed-depends and then try.
> > 
> > Put the following in your zshrc: 
> > 
> > autoload -U compinit
> > compinit
> > 
> > It'll enable tab-completion for Makefile targets, contents of tar/zip
> > archives, remote filename-completion with scp, rsync, cvs, ... and more
> > such goodies.  
> > 
> 
> For some reason, it takes more than a minute to work on that target...
> I'll see.
> 
> Thanks

That's because zsh has to parse a *lot* Makefiles there (included via
bsd.pkg.mk and friends), so that's real slow indeed.  On "normal"
Makefiles, it will work almost instantly.  

GH