* How to get kernel source release from git tree?
@ 2006-06-20 5:09 Walkinair
2006-06-20 5:17 ` H. Peter Anvin
2006-06-20 16:16 ` Erik Mouw
0 siblings, 2 replies; 4+ messages in thread
From: Walkinair @ 2006-06-20 5:09 UTC (permalink / raw)
To: linux-kernel
Hi, this may be a stupid question, sorry for this.
I have kenel 2.6 git tree in my local box, usually through the following
steps I get source release,
1. copy git repository to a new directory.
2. rm .git directory.
3. make config; make; make modules_install; make install
I there any convinient git command or other ways to get kernel release
from git repository?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to get kernel source release from git tree?
2006-06-20 5:09 How to get kernel source release from git tree? Walkinair
@ 2006-06-20 5:17 ` H. Peter Anvin
2006-06-20 5:52 ` Yao Fei Zhu
2006-06-20 16:16 ` Erik Mouw
1 sibling, 1 reply; 4+ messages in thread
From: H. Peter Anvin @ 2006-06-20 5:17 UTC (permalink / raw)
To: linux-kernel
Followup to: <4497830B.5010402@163.com>
By author: Walkinair <walktodeath@163.com>
In newsgroup: linux.dev.kernel
>
> Hi, this may be a stupid question, sorry for this.
>
> I have kenel 2.6 git tree in my local box, usually through the following
> steps I get source release,
> 1. copy git repository to a new directory.
> 2. rm .git directory.
> 3. make config; make; make modules_install; make install
>
> I there any convinient git command or other ways to get kernel release
> from git repository?
>
If you have Cogito installed, use cg-export.
-hpa
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to get kernel source release from git tree?
2006-06-20 5:17 ` H. Peter Anvin
@ 2006-06-20 5:52 ` Yao Fei Zhu
0 siblings, 0 replies; 4+ messages in thread
From: Yao Fei Zhu @ 2006-06-20 5:52 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: linux-kernel
H. Peter Anvin wrote:
>Followup to: <4497830B.5010402@163.com>
>By author: Walkinair <walktodeath@163.com>
>In newsgroup: linux.dev.kernel
>
>
>>Hi, this may be a stupid question, sorry for this.
>>
>>I have kenel 2.6 git tree in my local box, usually through the following
>>steps I get source release,
>>1. copy git repository to a new directory.
>>2. rm .git directory.
>>3. make config; make; make modules_install; make install
>>
>>I there any convinient git command or other ways to get kernel release
>>from git repository?
>>
>>
>>
>
>If you have Cogito installed, use cg-export.
>
> -hpa
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
>
>
>
Thank you, cg-export works.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to get kernel source release from git tree?
2006-06-20 5:09 How to get kernel source release from git tree? Walkinair
2006-06-20 5:17 ` H. Peter Anvin
@ 2006-06-20 16:16 ` Erik Mouw
1 sibling, 0 replies; 4+ messages in thread
From: Erik Mouw @ 2006-06-20 16:16 UTC (permalink / raw)
To: Walkinair; +Cc: linux-kernel
On Tue, Jun 20, 2006 at 01:09:31PM +0800, Walkinair wrote:
> Hi, this may be a stupid question, sorry for this.
>
> I have kenel 2.6 git tree in my local box, usually through the following
> steps I get source release,
> 1. copy git repository to a new directory.
> 2. rm .git directory.
> 3. make config; make; make modules_install; make install
>
> I there any convinient git command or other ways to get kernel release
> from git repository?
What about this?
git tar-tree v2.6.17 linux-2.6.17 | ( cd .. ; tar xpf - )
Erik
--
+-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-06-20 16:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-20 5:09 How to get kernel source release from git tree? Walkinair
2006-06-20 5:17 ` H. Peter Anvin
2006-06-20 5:52 ` Yao Fei Zhu
2006-06-20 16:16 ` Erik Mouw
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox