[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <877g9zvaxm.fsf@rustcorp.com.au>
Date: Fri, 17 Jan 2014 08:36:29 +1030
From: Rusty Russell <rusty@...tcorp.com.au>
To: Michal Marek <mmarek@...e.com>,
"Lee\, Chun-Yi" <joeyli.kernel@...il.com>, dhowells@...hat.com
Cc: linux-kernel@...r.kernel.org, Chun-Yi Lee <jlee@...e.com>,
Josh Boyer <jwboyer@...hat.com>,
Randy Dunlap <rdunlap@...otime.net>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH] MODSIGN: Fix including certificate twice when the signing_key.x509
Michal Marek <mmarek@...e.com> writes:
> On 15.1.2014 05:39, Rusty Russell wrote:
>> "Lee, Chun-Yi" <joeyli.kernel@...il.com> writes:
>>> From: Chun-Yi Lee <jlee@...e.com>
>>> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists