OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIGURE_ARGS
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/
configure
404
CONFIGURE_ARGS
=${
CONFIGURE_ARGS
}
406
enabled child || echo "
CONFIGURE_ARGS
?=${
CONFIGURE_ARGS
}" >> config.mk
554
CONFIGURE_ARGS
="$@"
557
static const char* const cfg = "$
CONFIGURE_ARGS
";
/external/openssl/
import_openssl.sh
72
if [ "$
CONFIGURE_ARGS
" == "" -o "$UNNEEDED_SOURCES" == "" -o "$NEEDED_SOURCES" == "" ]; then
108
./Configure $
CONFIGURE_ARGS
113
grep -e -D Makefile | grep -v
CONFIGURE_ARGS
= | grep -v OPTIONS= | grep -v -e -DOPENSSL_NO_DEPRECATED
/external/libvpx/build/make/
Makefile
42
echo "Rerunning configure $(
CONFIGURE_ARGS
)"; \
43
../src/configure $(
CONFIGURE_ARGS
); \
Completed in 148 milliseconds