Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: RPM completion in dev19 and a suggested change to make completion
- X-seq: zsh-users 3009
- From: Francis GALIEGUE <francis@xxxxxxxxxxxxxxxx>
- To: <zsh-users@xxxxxxxxxxxxxx>
- Subject: Re: RPM completion in dev19 and a suggested change to make completion
- Date: 07 Apr 2000 14:45:09 +0200
- In-reply-to: "Andrej Borsenkow"'s message of "Fri, 7 Apr 2000 15:51:15 +0400"
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <000b01bfa087$93ff6280$21c9ca95@xxxxxxxxxxxxxx>
- Sender: fg@xxxxxxxxxxxxxxxx
"Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx> writes:
>
>
> At least, check if it is GNU make or not.
How?
> In my case:
>
> bor@itsrm2% make -p dkfksjkfl |& grep modules
> uninstall.modules:
> uninstall: uninstall.bin uninstall.modules uninstall.man
> uninstall.fns
> .SUFFIXES:install.modules:
> install: install.bin install.modules install.man install.fns
> bor@itsrm2% gmake -p dkfksjkfl |& grep modules
> uninstall.modules:
> install.modules:
> uninstall: uninstall.bin uninstall.modules uninstall.man uninstall.fns
> install: install.bin install.modules install.man install.fns
>
> As you see, GNU make lists install.modules as target but native make
> does not.
>
A little perl will take care of that :) I really resent not having
bzImage as a completion target, and after all, maybe there's a way
make can list all targets without this hack... But the current
limitations of the original script are a nono for me. I always use GNU
make.
> And what happens, if it does have "aaaaa" target? :-)
>
Worst case scenario, but can it ever be ? :)
--
fg
# rm *;o
o: command not found
Messages sorted by:
Reverse Date,
Date,
Thread,
Author