comparison Makefile.in @ 18897:84972fa25ac1

(top_distclean): Use -f to delete contents of lock dir.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Jul 1997 18:42:03 +0000
parents 6928f49dd279
children 2d2812dac5f7
comparison
equal deleted inserted replaced
18896:a5abb17e7691 18897:84972fa25ac1
459 ### `make distclean' should leave only the files that were in the 459 ### `make distclean' should leave only the files that were in the
460 ### distribution. 460 ### distribution.
461 top_distclean=\ 461 top_distclean=\
462 rm -f config.status config.cache config.log ; \ 462 rm -f config.status config.cache config.log ; \
463 rm -f Makefile ${SUBDIR_MAKEFILES} ; \ 463 rm -f Makefile ${SUBDIR_MAKEFILES} ; \
464 (cd lock && (rm * || true)) 464 (cd lock && (rm -f * || true))
465 distclean: FRC 465 distclean: FRC
466 (cd src; $(MAKE) $(MFLAGS) distclean) 466 (cd src; $(MAKE) $(MFLAGS) distclean)
467 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean) 467 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean)
468 (cd lwlib; $(MAKE) $(MFLAGS) distclean) 468 (cd lwlib; $(MAKE) $(MFLAGS) distclean)
469 (cd lib-src; $(MAKE) $(MFLAGS) distclean) 469 (cd lib-src; $(MAKE) $(MFLAGS) distclean)