On Tue, Nov 26, 2013 at 11:53 AM, Beeblebrox <zap...@berentweb.com> 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. _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel