Re: How to get kernel source release from git tree?

From: Yao Fei Zhu
Date: Tue Jun 20 2006 - 01:51:18 EST


H. Peter Anvin wrote:

Followup to: <4497830B.5010402@xxxxxxx>
By author: Walkinair <walktodeath@xxxxxxx>
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@xxxxxxxxxxxxxxx
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.

-
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/