OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PATCHES_DIR
(Results
1 - 5
of
5
) sorted by null
/ndk/build/tools/
patch-sources.sh
45
PATCHES_DIR
=$2
46
if [ -z "$
PATCHES_DIR
" ] ; then
51
if [ ! -d "$
PATCHES_DIR
" ] ; then
52
echo "ERROR: Invalid patches directory: $
PATCHES_DIR
"
60
PATCHES=`(cd $
PATCHES_DIR
&& find . -name "*.patch" | sort ) 2> /dev/null`
62
log "No patches files in $
PATCHES_DIR
"
70
cd $SRC_DIR/$PATCHDIR && patch -p1 < $
PATCHES_DIR
/$PATCH
71
fail_panic "Patch failure with $
PATCHES_DIR
/$PATCH!! !! Please check your patches directory!"
download-toolchain-sources.sh
254
PATCHES_DIR
="$PROGDIR/toolchain-patches"
255
if [ -d "$
PATCHES_DIR
" ] ; then
257
run $PROGDIR/patch-sources.sh $FLAGS $TMPDIR $
PATCHES_DIR
build-mingw64-toolchain.sh
434
PATCHES_DIR
="$PROGDIR/toolchain-patches-host/mingw-w64"
435
if [ -d "$
PATCHES_DIR
" ] ; then
436
PATCHES=$(find "$
PATCHES_DIR
" -name "*.patch" | sort)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
30
PATCHES_DIR
="$( cd "$( dirname "$0" )" && pwd )/toolchain-patches"
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
30
PATCHES_DIR
="$( cd "$( dirname "$0" )" && pwd )/toolchain-patches"
[
all
...]
Completed in 431 milliseconds