Re: git_linux addition ; genericity pls

From: Sean
Date: Thu Sep 08 2005 - 16:39:47 EST


On Thu, September 8, 2005 4:37 pm, Sam Ravnborg said:

> cogito?
>
> cg-clone \
> rsync://rsync.kernel.org/pub/scm/linux/kernel/git/linus/linux-2.6.git \
> linux-2.6.git
>
> cd linux-2.6
> make menuconfig
>


The cogito shell scripts don't buy you as much as they once did. For
example, the above procedure in raw git, is:

git clone
rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
linux-2.6

cd linux-2.6
make menuconfig


Cheers,
Sean


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