]> git.eshelyaron.com Git - emacs.git/commit
More fixes to parallel Make
authorPo Lu <luangruo@yahoo.com>
Sun, 19 Feb 2023 13:52:21 +0000 (21:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 19 Feb 2023 13:52:21 +0000 (21:52 +0800)
commit585ee91b21fb6f1889226b5861333410275dc017
tree309abc8ce39ff119a353d6ef1f903428d12ad1c1
parentf3196052070999ef9f9c822a676443b14df6a0e6
More fixes to parallel Make

* cross/ndk-build/ndk-build.mk.in (NDK_BUILD_MODULES)
(NDK_BUILD_SHARED, NDK_BUILD_STATIC): Define group rule to build
all files so that they are built within one make process.
* java/Makefile.in: Reorganize cross compilation and make sure
there is only one make subprocess for each subdirectory of
cross.
cross/ndk-build/ndk-build.mk.in
java/Makefile.in