Changeset 1844

Show
Ignore:
Timestamp:
04/20/07 19:14:46 (21 months ago)
Author:
alexander
Message:

Adjusted destructive targets

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1841 r1844  
    425425 
    426426clean: unmount 
    427         @-rm -rf $(WD) $(MPBASE)$(WD) 
     427        @-rm -rf $(WD) $(MPBASE)$(WD) $(MPBASE)/iso 
    428428        @-userdel lfs 
    429429        @-groupdel lfs 
     
    438438        @rm -f $(PKG)/wget/prebuild 
    439439        @rm -f $(PKG)/binutils/{a.out,dummy.c,.spectest} 
    440         @-rm -f $(SRC) $(ROOT) $(LFSSRC) 
     440        @-rm -f $(SRC) $(ROOT) 
     441        @find packages/* -xtype l -exec rm -f \{} \; 
     442        @-rm root.ext2 
    441443 
    442444scrub: clean 
    443         @-rm root.ext2 
    444445        @-rm lfslivecd-$(VERSION).iso 
    445446 
    446447clean_sources: 
    447448        @-rm $(SRC) ; rm -rf $(LFSSRC) $(MP)$(LFSSRC) 
    448         @find packages/* -xtype l -exec rm -f \{} \; 
    449449 
    450450mount: $(MKTREE)