|
From: | Christoph Scholtes |
Subject: | Re: Checking for sed during configure on Windows |
Date: | Sat, 07 May 2011 15:20:32 -0600 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 |
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 -1I know it's usually a one time thing, but when I have sed installed it shouldnt abort there but just regenerate it automatically.
Christoph
[Prev in Thread] | Current Thread | [Next in Thread] |