Sarge is going to have more than 9 CDs; make sure we clean up all of

the working dirs.
This commit is contained in:
Steve McIntyre 2004-08-18 17:07:28 +00:00
parent e3d45999e8
commit 9c619305e7
1 changed files with 2 additions and 2 deletions

View File

@ -207,13 +207,13 @@ unstable-map:
# CLeans the current arch tree (but not packages selection info) # CLeans the current arch tree (but not packages selection info)
clean: ok bin-clean src-clean clean: ok bin-clean src-clean
bin-clean: bin-clean:
$(Q)rm -rf $(BDIR)/CD[1234567890] $(Q)rm -rf $(BDIR)/CD[1234567890]*
$(Q)rm -rf $(BDIR)/*_NONUS $(Q)rm -rf $(BDIR)/*_NONUS
$(Q)rm -f $(BDIR)/*.filelist* $(Q)rm -f $(BDIR)/*.filelist*
$(Q)rm -f $(BDIR)/packages-stamp $(BDIR)/bootable-stamp \ $(Q)rm -f $(BDIR)/packages-stamp $(BDIR)/bootable-stamp \
$(BDIR)/upgrade-stamp $(BDIR)/secured-stamp $(BDIR)/upgrade-stamp $(BDIR)/secured-stamp
src-clean: src-clean:
$(Q)rm -rf $(SDIR)/CD[1234567890] $(Q)rm -rf $(SDIR)/CD[1234567890]*
$(Q)rm -rf $(SDIR)/*_NONUS $(Q)rm -rf $(SDIR)/*_NONUS
$(Q)rm -rf $(SDIR)/sources-stamp $(SDIR)/secured-stamp $(Q)rm -rf $(SDIR)/sources-stamp $(SDIR)/secured-stamp