emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build errors in sources fetched yesterday


From: John Wiegley
Subject: Re: Build errors in sources fetched yesterday
Date: Thu, 12 Nov 2015 08:28:49 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

Richard,

If the version before you pulled worked, you should be able to track down
which commit broke the build using these commands:

    git bisect start
    git bisect bad
    git bisect good address@hidden
    git bisect run make

Use "git bisect reset" to get yourself out of the bisecting state.

John



reply via email to

[Prev in Thread] Current Thread [Next in Thread]