Report what is going on when cleaning the target directories.
This commit is contained in:
parent
e29828b228
commit
b2952ee6d4
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue