From 9c619305e75ed39836c0a5b97f8d9231d22fc73e Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Wed, 18 Aug 2004 17:07:28 +0000 Subject: [PATCH] Sarge is going to have more than 9 CDs; make sure we clean up all of the working dirs. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 30785ce3..517481e6 100755 --- a/Makefile +++ b/Makefile @@ -207,13 +207,13 @@ unstable-map: # CLeans the current arch tree (but not packages selection info) clean: ok bin-clean src-clean bin-clean: - $(Q)rm -rf $(BDIR)/CD[1234567890] + $(Q)rm -rf $(BDIR)/CD[1234567890]* $(Q)rm -rf $(BDIR)/*_NONUS $(Q)rm -f $(BDIR)/*.filelist* $(Q)rm -f $(BDIR)/packages-stamp $(BDIR)/bootable-stamp \ $(BDIR)/upgrade-stamp $(BDIR)/secured-stamp src-clean: - $(Q)rm -rf $(SDIR)/CD[1234567890] + $(Q)rm -rf $(SDIR)/CD[1234567890]* $(Q)rm -rf $(SDIR)/*_NONUS $(Q)rm -rf $(SDIR)/sources-stamp $(SDIR)/secured-stamp