Home | History | Annotate | Download | only in x86_64-linux-glibc2.7-4.6

Lines Matching full:patches

30 PATCHES_DIR="$( cd "$( dirname "$0" )" && pwd )/toolchain-patches"
1392 local PATCHES=`(cd $PATCHES_DIR && find . -name "*.patch" | sort ) 2> /dev/null`
1393 if [ -z "$PATCHES" ] ; then
1394 log "No patches files in $PATCHES_DIR"
1398 PATCHES=`echo $PATCHES | sed -e s%^\./%%g`
1399 for PATCH in $PATCHES; do
1404 fail_panic "Patch failure!! Please check your patches directory!"
1662 # Copy patches to the install directory