emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Checking for sed during configure on Windows


From: Juanma Barranquero
Subject: Re: Checking for sed during configure on Windows
Date: Sat, 7 May 2011 23:36:12 +0200

On Sat, May 7, 2011 at 23:20, Christoph Scholtes
<address@hidden> 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
>       address@hidden getopt.in.h or $(ARG_NONNULL_H) is newer than getopt_.h.
>       address@hidden Run "$(MAKETYPE) getopt_h" in the lib/ subdirectory.
>       address@hidden 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 via email to

[Prev in Thread] Current Thread [Next in Thread]