Re: file timestamps in a git tree

2006-05-31 Thread Michael Stefaniuc
Saulius Krasuckas wrote: > * On Wed, 31 May 2006, Marcus Meissner wrote: > >>* On Wed, May 31, 2006 at 12:55:02PM +0300, Saulius Krasuckas wrote: >> >>>$ git rebase master ugly_hack > > ... > >>>$ git checkout master >>>$ make >>>Makefile is older than Makefile.in configure, please rerun ./confi

Re: file timestamps in a git tree

2006-05-31 Thread Saulius Krasuckas
* On Wed, 31 May 2006, Marcus Meissner wrote: > * On Wed, May 31, 2006 at 12:55:02PM +0300, Saulius Krasuckas wrote: > > > > $ git rebase master ugly_hack ... > > $ git checkout master > > $ make > > Makefile is older than Makefile.in configure, please rerun ./configure > > make: *** [Makefile] Er

Re: file timestamps in a git tree

2006-05-31 Thread Marcus Meissner
On Wed, May 31, 2006 at 12:55:02PM +0300, Saulius Krasuckas wrote: > I make an ugly hack in a branch at my git tree. > Then I run after following after some git updates: > > $ git rebase master ugly_hack > $ make > Makefile is older than Makefile.in configure, please rerun ./configure > make: **

file timestamps in a git tree

2006-05-31 Thread Saulius Krasuckas
I make an ugly hack in a branch at my git tree. Then I run after following after some git updates: $ git rebase master ugly_hack $ make Makefile is older than Makefile.in configure, please rerun ./configure make: *** [Makefile] Error 1 $ git checkout master $ make Makefile is older than Makefil