Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: `make' completion in zsh-3.1.9
- X-seq: zsh-users 3678
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Andrew Morton <andrewm@xxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: `make' completion in zsh-3.1.9
- Date: Sat, 17 Mar 2001 16:51:53 +0000
- In-reply-to: <3AB37F1C.FF6C67F6@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <3AB37F1C.FF6C67F6@xxxxxxxxxx>
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