Sarge is going to have more than 9 CDs; make sure we clean up all of
the working dirs.
This commit is contained in:
parent
e3d45999e8
commit
9c619305e7
4
Makefile
4
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue