[CRIU] [PATCH] build: fix make cscope

Laurent Dufour ldufour at linux.vnet.ibm.com
Wed Feb 24 01:08:46 PST 2016


On 23/02/2016 17:11, Cyrill Gorcunov wrote:
> On Mon, Feb 22, 2016 at 02:48:26PM +0100, Laurent Dufour wrote:
>> Cc: Cyrill Gorcunov <gorcunov at gmail.com>
>> Signed-off-by: Laurent Dufour <ldufour at linux.vnet.ibm.com>
>> ---
>>  Makefile | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/Makefile b/Makefile
>> index 836c745e2441..6ebd72fa621f 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -15,7 +15,8 @@ include Makefile.versions
>>  # To build host helpers.
>>  HOSTCC		?= gcc
>>  HOSTLD		?= ld
>> -export HOSTCC HOSTLD
>> +CSCOPE		?= cscope
>> +export HOSTCC HOSTLD CSCOPE
> 
> Maybe worth to move it to nmk/tools.mk, together with tags/etags?

You're right, I'll resend this patch.



More information about the CRIU mailing list