[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: |
Andreas Schwab |
Subject: |
Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in. |
Date: |
Sun, 12 Nov 2017 19:22:20 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
On Nov 12 2017, Alan Mackenzie <address@hidden> wrote:
> Hello, Emacs.
>
> I'm attempting to check out a moderately old version of Emacs with:
>
> $ git checkout 10c0e1c
>
> . This appears to work. I then attempt to build it with:
>
> $ time make -j17 bootstrap
>
> . This fails with:
>
> make: *** No rule to make target 'lib/gnulib.mk.in', needed by
> 'Makefile'. Stop.
>
> . It would appear that the git checkout has failed to restore the state
> of the given commit, in that it hasn't restored the indicated file. Is
> this in fact the case?
Makefile and a lot of other files aren't tracked, so they cannot be
restored in any way. You need to rerun autogen.sh.
Andreas.
--
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- Git help please - checking out old commit doesn't find lib/gnulib.mk.in., Alan Mackenzie, 2017/11/12
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in.,
Andreas Schwab <=
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in., Óscar Fuentes, 2017/11/12
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in., Lele Gaifax, 2017/11/12
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in., John Wiegley, 2017/11/12
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in., Eli Zaretskii, 2017/11/12
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in., Alan Mackenzie, 2017/11/12
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in., Eli Zaretskii, 2017/11/12
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in., Stefan Monnier, 2017/11/12
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in., Paul Eggert, 2017/11/12
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in., Alan Mackenzie, 2017/11/12
- Re: Git help please - checking out old commit doesn't find lib/gnulib.mk.in., Óscar Fuentes, 2017/11/12