1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(top_distclean): Check the existence of `lock' subdir.

This commit is contained in:
Kenichi Handa 1998-03-24 05:41:22 +00:00
parent ebc4ab7cf8
commit 80e79e3e7c

View File

@ -477,7 +477,7 @@ clean: FRC
top_distclean=\
rm -f config.status config.cache config.log ; \
rm -f Makefile ${SUBDIR_MAKEFILES} ; \
(cd lock && (rm -f * || true))
if [ -d lock ] ; then (cd lock && (rm -f * || true)); else true; fi
distclean: FRC
(cd src; $(MAKE) $(MFLAGS) distclean)
(cd oldXMenu; $(MAKE) $(MFLAGS) distclean)