[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Git master head build failure?
From: |
Tim Cross |
Subject: |
Re: Git master head build failure? |
Date: |
Thu, 01 Apr 2021 19:34:12 +1100 |
User-agent: |
mu4e 1.5.11; emacs 28.0.50 |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Stefan Monnier <monnier@iro.umontreal.ca>
>> Date: Wed, 31 Mar 2021 23:04:39 -0400
>> Cc: emacs-devel@gnu.org
>>
>> I suspect for example that
>>
>> rm /home/tim/git/emacs/lisp/cedet/semantic/bovine/c-by.el
>>
>> might help,
>
> This should be added to the 'extraclean' target, IMO (together with
> all the other generated files in lisp/cedet).
Do you mean 'maintainer-clean'? I wasn't aware of 'extraclean' and it is
not listed in 'make help'. Help does say about maintainer-clean
'delete almost everything that can be regenerated'
which I think would include those CEDET files (and probably many of the
other files listed in .gitignore). My expectation, which may be wrong,
is that after running 'make maintainer-clean' you would have a really
'clean' repository that would be equivalent to creating a fresh clone. I
guess the key word in the above is 'almost'.
BTW Stefan was correct. Removing that file fixed the build issue.
--
Tim Cross
Re: Git master head build failure?, Eli Zaretskii, 2021/04/01
Re: Git master head build failure?, Stefan Monnier, 2021/04/01