[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android 920168c5d87 6/7: Fix mostlyclean rules
From: |
Po Lu |
Subject: |
feature/android 920168c5d87 6/7: Fix mostlyclean rules |
Date: |
Wed, 1 Mar 2023 03:00:48 -0500 (EST) |
branch: feature/android
commit 920168c5d8726be7ad3f324c8b301e6b21bab23b
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
Fix mostlyclean rules
* cross/Makefile.in: Remove outdated comment.
* src/Makefile.in: (.PHONY): Clean android-emacs and
libemacs.so, not emacs.so and aemacs.
---
cross/Makefile.in | 6 ------
src/Makefile.in | 2 +-
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/cross/Makefile.in b/cross/Makefile.in
index bc51c2ef5d7..217a08f3b52 100644
--- a/cross/Makefile.in
+++ b/cross/Makefile.in
@@ -32,12 +32,6 @@ top_builddir = @top_builddir@
# $(top_builddir)/lib-src/Makefile.android are copied to their usual
# locations in this directory.
-# Finally, the following commands are executed in order, to produce
-# libgnu.a, various binaries in lib-src, and src/aemacs:
-# make -C lib libgnu.a
-# make -C lib-src src/aemacs
-# make -C src aemacs
-
# This is possibly the ugliest Makefile ever written!
LIB_SRCDIR = $(realpath ./lib)
diff --git a/src/Makefile.in b/src/Makefile.in
index da348812eb7..1e364cd7a10 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -807,7 +807,7 @@ ns-app: emacs$(EXEEXT) $(pdmp)
.PHONY: versionclean
mostlyclean:
- rm -f aemacs emacs.so
+ rm -f android-emacs libemacs.so
rm -f temacs$(EXEEXT) core ./*.core \#* ./*.o
rm -f dmpstruct.h
rm -f emacs.pdmp
- feature/android updated (03c0cb86713 -> a0c3643abde), Po Lu, 2023/03/01
- feature/android 15bcb446be2 3/7: Update Android port, Po Lu, 2023/03/01
- feature/android ad8e12b9f99 5/7: Update Android port, Po Lu, 2023/03/01
- feature/android f8a2619d981 2/7: More fixes to JNI error checking, Po Lu, 2023/03/01
- feature/android 920168c5d87 6/7: Fix mostlyclean rules,
Po Lu <=
- feature/android 194b3f948cb 4/7: Update Android port, Po Lu, 2023/03/01
- feature/android 49d5aa36579 1/7: Merge remote-tracking branch 'origin/master' into feature/android, Po Lu, 2023/03/01
- feature/android a0c3643abde 7/7: Merge remote-tracking branch 'origin/master' into feature/android, Po Lu, 2023/03/01