From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk (Zsh hackers list)
Subject: PATCH: Re: Completion/Zsh/CVS/* incorrectly installed as functions
Date: Tue, 07 Aug 2001 10:02:34 +0100 [thread overview]
Message-ID: <T5538e213e4c0a88d01398@> (raw)
In-Reply-To: ""Bart Schaefer""'s message of "Tue, 07 Aug 2001 00:38:41 -0000." <1010807003841.ZM8870@candle.brasslantern.com>
"Bart Schaefer" wrote:
> On Aug 6, 6:32pm, Adam Spiers wrote:
> } Subject: Completion/Zsh/CVS/* incorrectly installed as functions
> }
> } I notice that I'm getting three rather suspicious looking
> } files called Entries, Root, and Repository appearing in
> } $installed/share/zsh/4.1.0-dev-1/functions.
>
> Hrm. The makefiles are really designed for use with the packaged
> tar distributions and don't do any special handling of CVS subdirs.
installfns.sh does, however, but only for function-subdirs, which needs
changing.
Index: Config/installfns.sh
===================================================================
RCS file: /cvsroot/zsh/zsh/Config/installfns.sh,v
retrieving revision 1.8
diff -u -r1.8 installfns.sh
--- Config/installfns.sh 2001/05/20 10:59:28 1.8
+++ Config/installfns.sh 2001/08/07 09:01:32
@@ -13,9 +13,11 @@
# (1) the glob got expanded (2) we are not looking at directories.
for file in $allfuncs; do
if test -f $sdir_top/$file; then
+ case "$file" in
+ */CVS/*) continue;;
+ esac
if test x$FUNCTIONS_SUBDIRS != x -a x$FUNCTIONS_SUBDIRS != xno; then
case "$file" in
- */CVS/*) continue;;
Completion/comp*)
subdir="`echo $file | sed -e 's%/[^/]*/[^/]*$%%'`"
instdir="$fndir/Completion"
--
Peter Stephenson <pws@csr.com> Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential
and/or privileged material.
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.
**********************************************************************
prev parent reply other threads:[~2001-08-07 9:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-06 17:32 Adam Spiers
2001-08-07 0:38 ` Bart Schaefer
2001-08-07 9:02 ` Peter Stephenson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=T5538e213e4c0a88d01398@ \
--to=pws@csr.com \
--cc=zsh-workers@sunsite.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).