]> git.eshelyaron.com Git - emacs.git/commit
Use find -delete if available
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Mar 2017 02:26:58 +0000 (19:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Mar 2017 02:51:39 +0000 (19:51 -0700)
commit3a11b3e330e88a42386ac3a635330ebd9c610827
tree25c9378f231f05417e826bf908171422167f4907
parente22d740c30ff5b3f7749c542b7dc0c454eb69f98
Use find -delete if available

This shortens the ‘make’ output and should avoid some
repetitive scanning of directories during a build.
* configure.ac (FIND_DELETE): New var.
* lisp/Makefile.in (compile-always, bootstrap-clean):
* test/Makefile.in (clean, bootstrap-clean): Use it.
* test/Makefile.in (ELCFILES, LOGSAVEFILES): Remove; no longer needed.
configure.ac
lisp/Makefile.in
test/Makefile.in