all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Christoph Scholtes <cschol2112@googlemail.com>
Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
Subject: Re: Checking for sed during configure on Windows
Date: Sat, 7 May 2011 23:36:12 +0200	[thread overview]
Message-ID: <BANLkTimimzwzT3vTbpq6hmx8XJ6hkCWjWA@mail.gmail.com> (raw)
In-Reply-To: <4DC5B7A0.5010300@gmail.com>

On Sat, May 7, 2011 at 23:20, Christoph Scholtes
<cschol2112@googlemail.com> wrote:

> `maintainer-clean' removes getopt.h.
>
> From lib/makefile:
>
> maintainer-clean: distclean
>        - $(DEL) getopt_.h
>
> When I run `make bootstrap' after that, this is executed:
>
> getopt_.h-CMD: doit
>        @echo getopt.in.h or $(ARG_NONNULL_H) is newer than getopt_.h.
>        @echo Run "$(MAKETYPE) getopt_h" in the lib/ subdirectory.
>        @echo You will need GNU Sed to be installed.
>        exit -1
>
> I know it's usually a one time thing, but when I have sed installed it
> shouldnt abort there but just regenerate it automatically.

You said "after `maintainer-clean' or a fresh checkout".

I always bootstrap like this:

  cd trunk
  bzr --no-plugins clean-tree --unknown --ignored --detritus --force
  cd nt
  configure  # several options
  make bootstrap
  make install-bin

and it just works (I have sed in the path, of course).

    Juanma



  reply	other threads:[~2011-05-07 21:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-07 19:58 Checking for sed during configure on Windows Christoph Scholtes
2011-05-07 20:31 ` Juanma Barranquero
2011-05-07 21:20   ` Christoph Scholtes
2011-05-07 21:36     ` Juanma Barranquero [this message]
2011-05-07 22:28       ` Christoph Scholtes
2011-05-08  3:02 ` Eli Zaretskii
2011-05-08  3:30   ` Christoph Scholtes

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=BANLkTimimzwzT3vTbpq6hmx8XJ6hkCWjWA@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=cschol2112@googlemail.com \
    --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.