emacs-devel
[Top][All Lists]
Advanced

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

Re: Git help please - checking out old commit doesn't find lib/gnulib.mk


From: Lele Gaifax
Subject: Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in.
Date: Sun, 12 Nov 2017 19:25:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

Alan Mackenzie <address@hidden> writes:

> Hello, Emacs.
>
> I'm attempting to check out a moderately old version of Emacs with:
>
>     $ git checkout 10c0e1c

$ git show 10c0e1c | head -3
commit 10c0e1ca40237224aa229c538fe49983ec905748
Author: Alan Mackenzie <address@hidden>
Date:   Fri Feb 19 17:10:57 2016 +0000

>     make: *** No rule to make target 'lib/gnulib.mk.in', needed by 
> 'Makefile'.  Stop.

$ git log lib/gnulib.mk.in | grep '^Date' | tail -2
Date:   Sun Mar 19 13:07:03 2017 -0700
Date:   Fri Mar 17 11:33:47 2017 -0700

It seems that at that time it wasn't there yet, so maybe the checkout of that
old version left some "debris" that confuses the makefiles?

What does "git status" gives you? Does it report "untracked files"? If so,
maybe a "git clean" could remove the problem...

ciao, lele.
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
address@hidden  |                 -- Fortunato Depero, 1929.




reply via email to

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