Changeset c1987b0 for common


Ignore:
Timestamp:
02/22/2012 06:09:30 PM (13 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
59364d0
Parents:
63fc514
Message:

clean also blfs_root when cleaning the build dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r63fc514 rc1987b0  
    7272        sudo rmdir $BUILDDIR/sys || exit 1
    7373      fi
    74       sudo rm -rf $BUILDDIR/{bin,boot,dev,etc,home,lib,media,mnt,opt,root,sbin,srv,tmp,tools,cross-tools,usr,var}
     74      sudo rm -rf $BUILDDIR/{bin,boot,dev,etc,home,lib,media,mnt,opt,root,sbin,srv,tmp,tools,cross-tools,usr,var,$BLFS_ROOT}
    7575      echo "done"
    7676      echo -n "Cleaning $JHALFSDIR ..."
Note: See TracChangeset for help on using the changeset viewer.