Ignore:
Timestamp:
10/29/2013 03:42:03 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
5795ad7
Parents:
2e64c47
Message:

Merge ablfs branch. Normally, jhalfs should not perform differently
for building LFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r2e64c47 re576789  
    7474      sudo rm -rf $BUILDDIR/{bin,boot,dev,etc,home,lib{,64},media,mnt,run}
    7575      sudo rm -rf $BUILDDIR/{opt,root,sbin,srv,tmp,tools,cross-tools,usr,var}
     76      if [[ "${BLFS_TOOL}" = "y" ]] ; then
     77        sudo rm -rf $BUILDDIR/$BLFS_ROOT
     78      fi
    7679      echo "done"
    7780      echo -n "Cleaning $JHALFSDIR ..."
     
    108111
    109112
    110 [[ $VERBOSITY2 > 0 ]] && echo -n "Loading <func_blfs_deps>..."
    111 source $COMMON_DIR/libs/func_blfs_deps
    112 [[ $? > 0 ]] && echo "file libs/func_blfs_deps did not load.." && exit 1
    113 [[ $VERBOSITY2 > 0 ]] && echo "OK"
    114 
    115113[[ $VERBOSITY2 > 0 ]] && echo -n "    ..."
Note: See TracChangeset for help on using the changeset viewer.