unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>
Cc: emacs-devel@gnu.org
Subject: Re: Bootstrapping Emacs-CVS on Cygwin
Date: Fri, 27 Jul 2007 13:27:55 +0300	[thread overview]
Message-ID: <uy7h2dtuc.fsf@gnu.org> (raw)
In-Reply-To: <Pine.OSF.4.58.0707262236590.27255@ax0rm1.roma1.infn.it> (message from Angelo Graziosi on Thu, 26 Jul 2007 22:44:59 +0200 (MET DST))

> 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?

  reply	other threads:[~2007-07-27 10:27 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 [this message]
2007-07-27 11:19   ` Angelo Graziosi
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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uy7h2dtuc.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=Angelo.Graziosi@roma1.infn.it \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).