add hack to compile Emacs
This commit is contained in:
parent
0ed5bbc296
commit
7b75076f64
1 changed files with 3 additions and 1 deletions
|
@ -89,7 +89,9 @@ git checkout $BRANCH
|
|||
git pull --all
|
||||
[ "x$VERSION" == "xtrunk" ] || git checkout $VERSION
|
||||
[ -e Makefile ] && make distclean
|
||||
./autogen.sh
|
||||
./autogen.sh
|
||||
|
||||
rm lisp/loaddefs.el # https://lists.gnu.org/r/emacs-devel/2021-04/msg01430.html
|
||||
|
||||
[ "x$VERSION" == "xtrunk" ] && VERSION="git_$(git log -1 --format=%h_%ad --date=format:%Y.%m.%d)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue