OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PATCHES
(Results
1 - 3
of
3
) sorted by null
/ndk/build/tools/
patch-sources.sh
18
# Script used to patch a source directory from a series of
patches
23
PROGRAM_PARAMETERS="<src-dir> <
patches
-dir>"
25
"Patch a target source directory with a series of
patches
taken
27
is found under <
patches
-dir>/subdir/foo.patch will be applied with
30
Patches
are applied in the order they are found by 'find'."
33
register_var_option "--reverse" OPTION_REVERSE "Reverse the
patches
applied previously"
50
echo "ERROR: Missing
patches
directory. See --help for usage."
55
echo "ERROR: Invalid
patches
directory: $PATCHES_DIR"
68
PATCHES
=`(cd $PATCHES_DIR && find . -name "*.patch" | sort $SORT) 2> /dev/null`
70
if [ -z "$
PATCHES
" ] ; the
[
all
...]
build-mingw64-toolchain.sh
458
PATCHES_DIR="$PROGDIR/toolchain-
patches
-host/mingw-w64"
460
PATCHES
=$(find "$PATCHES_DIR" -name "*.patch" | sort)
461
for PATCH in $
PATCHES
; do
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh
24
PATCHES_DIR=$PROGDIR/toolchain-
patches
391
PATCHES
=$(find "$LOCAL_PATCHES_DIR" -name "*.patch" | sort)
392
for PATCH in $
PATCHES
; do
471
PATCHES
=$(find "$LOCAL_PATCHES_DIR" -name "*.patch" | sort)
472
for PATCH in $
PATCHES
; do
Completed in 4059 milliseconds