]> git.eshelyaron.com Git - emacs.git/commit
Check for more ‘find’ failures and port ‘find’
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Jul 2024 16:19:31 +0000 (09:19 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 21:54:13 +0000 (23:54 +0200)
commite371bd58a25c2914b12446f56539dabebb554677
treedcd2a5df4fb1a9e6c4824ed3efaa2088ff8bc442
parenta48a55a73481713415ed7c5b4267e9b4f9b48cbc
Check for more ‘find’ failures and port ‘find’

* Makefile.in (install-eln), configure.ac (emacs_cv_find_delete):
* make-dist: Use ‘find ... -exec CMD {} +’ rather than ‘find
... -exec CMD {} \;’ so that if CMD fails, ‘find’ fails too.
* Makefile.in (install-eln): Port to ‘find’ implementations that
behave differently from GNU ‘find’ when given an argument
that contains ‘{}’ within a longer string.  POSIX allows
this behavior.

(cherry picked from commit 7cda30602fcaeecd0072d980a99156812fc7f086)
Makefile.in
configure.ac
make-dist