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