On Fri, Jan 7, 2011 at 2:01 PM, Tomasz Chmielewski <man...@wpkg.org> wrote:
> On 07.01.2011 20:46, cwillu wrote:
>
>>> However, I don't see the tool when I clone the latest git - am I missing
>>> something?
>>
>> It's not built by the makefile by default;  "make btrfs-select-super"
>> as stated above will make it.
>
> $ grep select Makefile
> $ grep super Makefile
> $ grep -r select-super *
> $ grep -r selects-super *
>
>
> I used:
>
> git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git
> next

You checked out the master branch into a folder called next.  "-b
next" is the option to checkout a specific branch.  From your existing
checkout, "git checkout -t origin/next" will switch to that branch.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to