Report what is going on when cleaning the target directories.

This commit is contained in:
Petter Reinholdtsen 2004-07-09 23:07:11 +00:00
parent e29828b228
commit b2952ee6d4
1 changed files with 2 additions and 0 deletions

View File

@ -207,10 +207,12 @@ src-clean:
realclean: distclean
distclean: ok bin-distclean src-distclean
bin-distclean:
$(Q)echo "Cleaning the binary build directory"
$(Q)rm -rf $(BDIR)
$(Q)rm -rf $(ADIR)
$(Q)rm -rf $(TDIR)/jigdofilelist
src-distclean:
$(Q)echo "Cleaning the source build directory"
$(Q)rm -rf $(SDIR)
$(Q)rm -rf $(TDIR)/jigdofilelist