OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PKGNAME
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh
519
local
PKGNAME
=$1
522
if [ ! -f $STAMP_DIR/$
PKGNAME
]; then
524
mkdir -p $BUILD_DIR/$
PKGNAME
&&
525
cd $BUILD_DIR/$
PKGNAME
&&
527
log "$
PKGNAME
: Configuring" &&
528
run $SRC_DIR/$
PKGNAME
/configure "$@"
529
fail_panic "Can't configure $
PKGNAME
!!"
531
log "$
PKGNAME
: Building" &&
533
fail_panic "Can't build $
PKGNAME
!!"
535
log "$
PKGNAME
: Installing" &
[
all
...]
/ndk/build/tools/
build-mingw64-toolchain.sh
508
local
PKGNAME
=$1
511
if [ ! -f $STAMP_DIR/$
PKGNAME
]; then
513
mkdir -p $BUILD_DIR/$
PKGNAME
&&
514
cd $BUILD_DIR/$
PKGNAME
&&
516
log "$
PKGNAME
: Configuring" &&
517
run $SRC_DIR/$
PKGNAME
/configure "$@"
518
fail_panic "Can't configure $
PKGNAME
!!"
520
log "$
PKGNAME
: Building" &&
522
fail_panic "Can't build $
PKGNAME
!!"
524
log "$
PKGNAME
: Installing" &
[
all
...]
/external/libjpeg-turbo/release/
makecygwinpkg.in
18
PACKAGE_NAME=@
PKGNAME
@
makedpkg.in
66
PACKAGE_NAME=@
PKGNAME
@
makemacpkg.in
24
PACKAGE_NAME=@
PKGNAME
@
Completed in 129 milliseconds