]> git.eshelyaron.com Git - emacs.git/commit
Fix extraclean in a different way for info+lib/sys
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jun 2019 18:18:14 +0000 (11:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jun 2019 18:19:09 +0000 (11:19 -0700)
commit8bccbb9889abfb5d9ca2127df6c788d9b992af37
tree6c14a7bcb9a991546a9b74dccef5072b47ddeeaa
parente4e171bcac366f4d8538082230c804ae12cb2059
Fix extraclean in a different way for info+lib/sys

* Makefile.in (extraclean):
* lib/Makefile.in (extraclean): Use rmdir but suppress any
error indication.  That way, ‘make extraclean’ will remove the
directory if it’s empty, and successfully do nothing otherwise.
Makefile.in
lib/Makefile.in