Re: Successive builds from repository. What to clean

2013-04-24 Thread Thomas Adam
Hi, On 24 April 2013 15:15, James Jong wrote: > The reason why I ask is because I am getting an error when running >> sh autoconf.sh > > But, I just verified that this error occurs _even_ if I reclone the remote > repository: > > $ git clone git://git.code.sf.

Re: Successive builds from repository. What to clean

2013-04-24 Thread James Jong
The reason why I ask is because I am getting an error when running > sh autoconf.sh But, I just verified that this error occurs _even_ if I reclone the remote repository: $ git clone git://git.code.sf.net/p/tmux/tmux-code tmux-tmux-code $ cd tmux-tmux-code $ sh

Re: Successive builds from repository. What to clean

2013-04-24 Thread Thomas Adam
On Wed, Apr 24, 2013 at 10:03:25AM -0400, James Jong wrote: > Say I build tmux from the repository. A new version comes out, and that I > fetch and pull to build a new version again. > > At this point I see the following from git: > > > HEAD is now at 1b083aa .. .Update CHANGES and configure.ac f

Successive builds from repository. What to clean

2013-04-24 Thread James Jong
Say I build tmux from the repository. A new version comes out, and that I fetch and pull to build a new version again. At this point I see the following from git: > HEAD is now at 1b083aa .. .Update CHANGES and configure.ac for 1.8 release I usually build tmux by calling: sh autogen.sh ./config