Re: [PATCH] MODSIGN: Fix including certificate twice when the signing_key.x509

From: Rusty Russell
Date: Thu Jan 16 2014 - 17:45:01 EST


Michal Marek <mmarek@xxxxxxxx> writes:
> On 15.1.2014 05:39, Rusty Russell wrote:
>> "Lee, Chun-Yi" <joeyli.kernel@xxxxxxxxx> writes:
>>> From: Chun-Yi Lee <jlee@xxxxxxxx>
>>> v2:
>>> Using '$(shell /bin/pwd)' instead of '$(shell pwd)' for more reliable
>>> between different shells
>>
>> Hmm, that's not a great test for equality. How about:
>>
>> ifneq ($(realpath .), $(realpath $(srctree)))
>>
>> That should cover all the cases.
>
> make 3.80 does not have realpath :(.

OK, I guess the former is the best compromise then.

Thanks,
Rusty.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/