From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Checking for sed during configure on Windows Date: Sat, 07 May 2011 15:20:32 -0600 Message-ID: <4DC5B7A0.5010300@gmail.com> References: <4DC5A46F.9030601@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1304803254 25803 80.91.229.12 (7 May 2011 21:20:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 7 May 2011 21:20:54 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 07 23:20:50 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 1QIovi-0002fa-3R for ged-emacs-devel@m.gmane.org; Sat, 07 May 2011 23:20:50 +0200 Original-Received: from localhost ([::1]:44467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIovh-0003gM-IZ for ged-emacs-devel@m.gmane.org; Sat, 07 May 2011 17:20:49 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIovf-0003g3-1l for emacs-devel@gnu.org; Sat, 07 May 2011 17:20:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIove-0003Lg-0T for emacs-devel@gnu.org; Sat, 07 May 2011 17:20:46 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:48401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIovd-0003LT-Rs; Sat, 07 May 2011 17:20:45 -0400 Original-Received: by iyh42 with SMTP id 42so4747182iyh.0 for ; Sat, 07 May 2011 14:20:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=IxYzuavGpupWuKfNZd+zyMGl4eQp6c0Gw5YMqIAu+5Q=; b=vczQBfq+MfqGMkACPYvZaQQOLR8epPIi/IBD1a1qe9oAfsS6Fg8rK8IcSBqH7pnQNb gZiKJgpbp/iICEK4YtkzAFUY+NEK7QrsZU64DmZVHA9Wd3+5lpsIbrZn/mJX+AgXhovR SFvDuFCrCeLOXCWsIXwCa1uOLNahwxWDDEX/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=fGXYtDCN4G1oL/1Wg+k944FRWptxkDLZ6j7Updg49LU/Gp/I5/1PBhjHR27K7gXm5k R7i1Kc0O7N4D4+hjR5QV8TQQ1LlHQqNhvSs2HDro9POWUW0PCca7nmCq+FjK/eZH0e/v 9gRURCvMBb0BQCH2akG76QROvnemh6LzBNa70= Original-Received: by 10.42.59.144 with SMTP id m16mr4468326ich.440.1304803244848; Sat, 07 May 2011 14:20:44 -0700 (PDT) Original-Received: from [192.168.1.3] (70-59-12-84.hlrn.qwest.net [70.59.12.84]) by mx.google.com with ESMTPS id un1sm1737418icb.21.2011.05.07.14.20.40 (version=SSLv3 cipher=OTHER); Sat, 07 May 2011 14:20:44 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:139209 Archived-At: 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