Home
last modified time | relevance | path

Searched refs:PATCHES_DIR (Results 1 – 2 of 2) sorted by relevance

/ndk/build/tools/
Dpatch-sources.sh48 PATCHES_DIR=$2
49 if [ -z "$PATCHES_DIR" ] ; then
54 if [ ! -d "$PATCHES_DIR" ] ; then
55 echo "ERROR: Invalid patches directory: $PATCHES_DIR"
68 PATCHES=`(cd $PATCHES_DIR && find . -name "*.patch" | sort $SORT) 2> /dev/null`
71 log "No patches files in $PATCHES_DIR"
80 cd $SRC_DIR/$PATCHDIR && patch $REVERSE -p1 < $PATCHES_DIR/$PATCH
81 … fail_panic "Patch failure with $PATCHES_DIR/$PATCH!! !! Please check your patches directory!"
Dbuild-mingw64-toolchain.sh458 PATCHES_DIR="$PROGDIR/toolchain-patches-host/mingw-w64"
459 if [ -d "$PATCHES_DIR" ] ; then
460 PATCHES=$(find "$PATCHES_DIR" -name "*.patch" | sort)