From: Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Bootstrapping Emacs-CVS on Cygwin
Date: Fri, 27 Jul 2007 13:19:11 +0200 (MET DST) [thread overview]
Message-ID: <Pine.OSF.4.58.0707271318210.7082@ax0rm1.roma1.infn.it> (raw)
In-Reply-To: <uy7h2dtuc.fsf@gnu.org>
On Fri, 27 Jul 2007, Eli Zaretskii wrote:
> > Date: Thu, 26 Jul 2007 22:44:59 +0200 (MET DST)
> > From: Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>
> >
> >
> > Copying etc/DOC-22.1.50.1 to
> > /tmp/emacs/inst/usr/local/emacs/share/emacs/22.1.50/etc ...
> > DOC-22.1.50.1
> > rm: cannot remove `DOC': No such file or directory
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> > make: [install-arch-indep] Error 1 (ignored)
> > ^^^^^^^^^
> > unset CDPATH; \
> > ...
> > ========================================
> >
> > This happens while running 'make install...'.
>
> Looks like this is on purpose, as this comment in Makefile.in says:
>
> ## Note that we copy DOC* and then delete DOC
> ## as a workaround for a bug in tar on Ultrix 4.2.
>
> The relevant line of the install-arch-indep commands is this:
>
> if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi
>
> and in your case, there's DOC-22.1.50.1, so Make tries to "rm DOC".
>
> Maybe we should use "rm -f" to avoid the error message?
Probably, yes!
Cheers,
Angelo.
>
>
next prev parent reply other threads:[~2007-07-27 11:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-26 20:44 Bootstrapping Emacs-CVS on Cygwin Angelo Graziosi
2007-07-27 10:27 ` Eli Zaretskii
2007-07-27 11:19 ` Angelo Graziosi [this message]
2007-07-28 8:13 ` Eli Zaretskii
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=Pine.OSF.4.58.0707271318210.7082@ax0rm1.roma1.infn.it \
--to=angelo.graziosi@roma1.infn.it \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.