Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
make target completion
- X-seq: zsh-workers 10574
 
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
 
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
 
- Subject: make target completion
 
- Date: Fri, 7 Apr 2000 13:23:58 +0400
 
- Importance: Normal
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
(in /tools/src/zsh):
bor@itsrm2% sudo gmake i<TAB>
bor@itsrm2% sudo gmake install
Completing make target
install         install-strip   install.fns   
but
bor@itsrm2% grep '^install' Makefile  
install-strip:
install: install.bin install.modules install.man install.fns
install.bin uninstall.bin:
install.modules uninstall.modules:
install.man uninstall.man:
install.fns:
install.info uninstall.info:
install.html uninstall.html:
I actually tried to complete install.modules ...
-andrej
Have a nice DOS!
B >> 
Messages sorted by:
Reverse Date,
Date,
Thread,
Author