]> git.eshelyaron.com Git - emacs.git/commit
Enable caching values generated by the Android build system
authorPo Lu <luangruo@yahoo.com>
Sun, 30 Jun 2024 04:10:21 +0000 (12:10 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 1 Jul 2024 07:50:18 +0000 (09:50 +0200)
commit767cfb55335089912f19fe6ec0d0260731867484
tree1d2346e29c7d8ec2ba3cc9efc35eaea3500fce6d
parentedcb0a994a04c7a86c0c9f971a4473d26ee79301
Enable caching values generated by the Android build system

* build-aux/ndk-build-helper-1.mk:

* build-aux/ndk-build-helper-2.mk:

* build-aux/ndk-build-helper.mk: Do not generate file names with
redundant directory separators, to port to systems where the
semantics of this are undefined.

* configure.ac: Provide a cache file to the recursive invocation
of configure if one is specified for the initial.

* cross/ndk-build/Makefile.in (my-dir): Better conform to the
original ndk-build by generating directory names with no
trailing separator.

* m4/ndk-build.m4 (ndk_resolve_import_module, ndk_SEARCH_MODULE):
Cache the names of Android.mk files and the commands produced
from them.

(cherry picked from commit cab91300d0df2250bc80c0cba15691fe5f8172fb)
build-aux/ndk-build-helper-1.mk
build-aux/ndk-build-helper-2.mk
build-aux/ndk-build-helper.mk
configure.ac
cross/ndk-build/Makefile.in
cross/ndk-build/ndk-resolve.mk
m4/ndk-build.m4