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

On 5/7/2011 2:31 PM, Juanma Barranquero wrote:
>> When I run a `make bootstrap' after `maintainer-clean' or a fresh checkout I
>> have to remember to regenerate `getopt_.h'.
>
> What do you mean, you have to remember to regenerate getopt_.h?
>
>      Juanma

`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.

Christoph



  reply	other threads:[~2011-05-07 21:20 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 [this message]
2011-05-07 21:36     ` Juanma Barranquero
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=4DC5B7A0.5010300@gmail.com \
    --to=cschol2112@googlemail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    /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.