[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4DCC4F05.7010306@suse.cz>
Date: Thu, 12 May 2011 23:20:05 +0200
From: Michal Marek <mmarek@...e.cz>
To: matt mooney <mfmooney@...il.com>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [Resend PATCH] package: Makefile: fix perf target bug
On 12.5.2011 23:07, matt mooney wrote:
> 2011/5/12 Michal Marek <mmarek@...e.cz>:
>> On 12.5.2011 20:25, mfmooney@...il.com wrote:
>>> diff --git a/scripts/package/Makefile b/scripts/package/Makefile
>>> index 1b7eaea..a32dc2d 100644
>>> --- a/scripts/package/Makefile
>>> +++ b/scripts/package/Makefile
>>> @@ -118,10 +118,14 @@ perf-tar=perf-$(KERNELVERSION)
>>>
>>> quiet_cmd_perf_tar = TAR
>>> cmd_perf_tar = \
>>> -git archive --prefix=$(perf-tar)/ HEAD^{tree} \
>>> - $$(cat $(srctree)/tools/perf/MANIFEST) -o $(perf-tar).tar; \
>>> +git --git-dir=$(srctree)/.git --work-tree=$(srctree) \
>>
>> Neither git archive not git rev-parse need the work tree, --git-dir=..
>> is sufficient.
>
> Are you sure?
Yes.
$ cd /tmp
$ git --git-dir=$HOME/linux-2.6/.git rev-parse HEAD
e0a04b11e4059cab033469617c2a3ce2d8cab416
Michal
--
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