]> git.eshelyaron.com Git - emacs.git/commit
Make sure Android builds are redumped upon changes to shortlisp
authorPo Lu <luangruo@yahoo.com>
Wed, 19 Jul 2023 01:53:58 +0000 (09:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 19 Jul 2023 01:53:58 +0000 (09:53 +0800)
commit69828fba2874e305079bf5f1a25834dbd620b2f3
tree2c2e5b3ddd12bb73ed4903d4e64ebc163a729e83
parent5a3de76532056e03b674b1cb7d4e0d9e15a2a971
Make sure Android builds are redumped upon changes to shortlisp

* build-aux/makecounter.sh: New script.
* src/Makefile.in (abs_top_builddir): New variable.
(BUILD_COUNTER_OBJ): Define to build-counter.o
if compiling for Android.
(build-counter.c): New target.  Generate this file using
makecounter.sh upon changes to lisp.mk or shortlisp.
(lisp.mk): Make and load relative to abs_top_builddir.
(emacs$(EXEEXT)): Adjust acordingly.
(mostlyclean): Remove build-counter.c.
build-aux/makecounter.sh [new file with mode: 0755]
src/Makefile.in