automake-patches
[Top][All Lists]
Advanced

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

Re: [FYI] {maint} bootstrap: overhaul and improve


From: Stefano Lattarini
Subject: Re: [FYI] {maint} bootstrap: overhaul and improve
Date: Thu, 21 Jun 2012 00:06:36 +0200

On 06/20/2012 06:45 PM, Eric Blake wrote:
>
>> -else
>> -  include ./Makefile
>> -  include $(srcdir)/syntax-checks.mk
>> +  # Any target but 'bootstrap' specified in an unconfigured tree
>> +  # is an error, env when the user is running GNU make.
> 
> did you mean 'even' instead of 'env'?
>
Oops, I missed this part of your answer before.  Yes, I did mean "even".
Fixed as follows:

  diff --git a/GNUmakefile b/GNUmakefile
  index 20af004..7ab58ca 100644
  --- a/GNUmakefile
  +++ b/GNUmakefile
  @@ -19,7 +19,7 @@ ifeq ($(filter bootstrap,$(MAKECMDGOALS)),)

   ifeq ($(wildcard Makefile),)
     # Any target but 'bootstrap' specified in an unconfigured tree
  -  # is an error, env when the user is running GNU make.
  +  # is an error, even when the user is running GNU make.
     $(warning There seems to be no Makefile in this directory.)
     $(warning You must run ./configure before running 'make'.)
     $(error Fatal Error)

Thanks,
  Stefano



reply via email to

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