From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Checking for sed during configure on Windows Date: Sat, 7 May 2011 23:36:12 +0200 Message-ID: References: <4DC5A46F.9030601@gmail.com> <4DC5B7A0.5010300@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304804226 30106 80.91.229.12 (7 May 2011 21:37:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 7 May 2011 21:37:06 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 07 23:36:58 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QIpBK-0000Ci-AM for ged-emacs-devel@m.gmane.org; Sat, 07 May 2011 23:36:58 +0200 Original-Received: from localhost ([::1]:48397 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIpBJ-00075h-Qx for ged-emacs-devel@m.gmane.org; Sat, 07 May 2011 17:36:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIpBH-00072Z-It for emacs-devel@gnu.org; Sat, 07 May 2011 17:36:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIpBG-0005Vl-L0 for emacs-devel@gnu.org; Sat, 07 May 2011 17:36:55 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:48601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIpBF-0005V9-3v; Sat, 07 May 2011 17:36:53 -0400 Original-Received: by ywa1 with SMTP id 1so1883429ywa.0 for ; Sat, 07 May 2011 14:36:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=3Qy/ntJBTX//puC+NKUJWvxvGv1hKfHWXR7tUAlBy5o=; b=p1q7cRj+8wwqTkjVKSygud++2Qb0EnyiWkdYQe7WzL2ekKoOU+I6LTyx/DHRwmMW+8 cJAQiHXnaDg+kqgvOiRymc5ecYjxZnxaEFHcOE23r8ty0O5eHKmb9vf7u+UPNYWaAeYz FWn2PnD9aXWG0hMmNKX4WyCChh4U8DpIdf+hQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=n4Rm3AJLL06zSCclG/BlMIllDcwb54ITTmjHt5bFQ5m1vROPVcXwzsCqtWuvwhmxNO 3X2Tu+83qCA3Db8rNKnshY1nEfh1yAjGAACrAl/iw3vD3zJmoj6sYh3hmoZNbHrPrzBF zDtesAnyYHR23jhVuWE8zs3Z32bo9C+D24l+I= Original-Received: by 10.150.169.2 with SMTP id r2mr4826903ybe.425.1304804212287; Sat, 07 May 2011 14:36:52 -0700 (PDT) Original-Received: by 10.147.182.5 with HTTP; Sat, 7 May 2011 14:36:12 -0700 (PDT) In-Reply-To: <4DC5B7A0.5010300@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139211 Archived-At: On Sat, May 7, 2011 at 23:20, Christoph Scholtes wrote: > `maintainer-clean' removes getopt.h. > > From lib/makefile: > > maintainer-clean: distclean > =C2=A0 =C2=A0 =C2=A0 =C2=A0- $(DEL) getopt_.h > > When I run `make bootstrap' after that, this is executed: > > getopt_.h-CMD: doit > =C2=A0 =C2=A0 =C2=A0 =C2=A0@echo getopt.in.h or $(ARG_NONNULL_H) is newer= than getopt_.h. > =C2=A0 =C2=A0 =C2=A0 =C2=A0@echo Run "$(MAKETYPE) getopt_h" in the lib/ s= ubdirectory. > =C2=A0 =C2=A0 =C2=A0 =C2=A0@echo You will need GNU Sed to be installed. > =C2=A0 =C2=A0 =C2=A0 =C2=A0exit -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). =C2=A0 =C2=A0 Juanma