[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libvirt build failure w/GNU make and automake.git (automake regressi
From: |
Paul Smith |
Subject: |
Re: libvirt build failure w/GNU make and automake.git (automake regression?) |
Date: |
Wed, 12 Sep 2012 12:12:32 -0400 |
On Wed, 2012-09-12 at 17:01 +0200, Jim Meyering wrote:
> That is because of this automake-generated rule:
>
> undefine.log: undefine
> The trouble is that "undefine" is an operator in GNU make.
>
> The most pragmatic work-around is to rename the "undefine" test script.
> However, Stephano, as automake maintainer, I think you will want to
> fix automake not to prohibit the use of such test names.
This could be a legitimate bug in GNU make. It's arguable that GNU make
should only consider "undefine" to be an operator in contexts where it
might be an operator. Clearly a prerequisite (or target) named
"undefine" cannot be a make operator.