[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] Explicitly check for linking format to use for efiemu64 m
From: |
Andrey Borzenkov |
Subject: |
Re: [PATCH v2] Explicitly check for linking format to use for efiemu64 module |
Date: |
Tue, 26 Nov 2013 12:41:44 +0400 |
On Tue, Nov 26, 2013 at 11:53 AM, Beeblebrox <address@hidden> wrote:
> OK, I'll try it. But I need clarification:
>
> * Should I copy the repo and do a git rollback on the copy?
Just setup separate tree to perform build. The actual state does not
really matter; you can use current master, ignore doc build error for
now.
> * Easier to copy only grub/docs to another folder, but how do I start
> the build then? The Makefile in grub/docs will fail just as when run
> from top-level.
>
>>> just copy grub.texi over
> From my current repo, or an older ver?
git clone grub-repo
git bisect start
git bisect bad
git bisect good OLD-COMMIT-ID
cp docs/grub.texi /path/to/build/tree/docs/grub.texi
(cd /path/to/build/tree; make)
git bisect good|bad
cp docs/grub.texi /path/to/build/tree/docs/grub.texi
(cd /path/to/build/tree; make)
...
repeat until you find the first bad commit.man git-bisect.