Searched refs:PACKAGE_DIR (Results 1 – 25 of 26) sorted by relevance
12
35 PACKAGE_DIR=36 register_var_option "--package-dir=<path>" PACKAGE_DIR "Create archive tarball in specific director…97 if [ "$PACKAGE_DIR" ]; then98 mkdir -p "$PACKAGE_DIR"99 fail_panic "Could not create package directory: $PACKAGE_DIR"112 if [ "$PACKAGE_DIR" ]; then115 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SCAN_BUILD_SUBDIR" "$SCAN_VIEW_SUBDIR"
48 PACKAGE_DIR=49 register_var_option "--package-dir=<path>" PACKAGE_DIR "Create archive tarball in specific director…66 if [ "$PACKAGE_DIR" ]; then67 mkdir -p "$PACKAGE_DIR"68 fail_panic "Could not create package directory: $PACKAGE_DIR"123 if [ "$PACKAGE_DIR" ]; then127 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" $ALL_LD_MCLDS
34 PACKAGE_DIR=35 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive to package directory"92 if [ "$PACKAGE_DIR" ]; then95 mkdir -p "$PACKAGE_DIR" &&96 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"97 fail_panic "Could not package archive: $PACKAGE_DIR/$ARCHIVE"
34 PACKAGE_DIR=35 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive to package directory"83 if [ "$PACKAGE_DIR" ]; then86 mkdir -p "$PACKAGE_DIR" &&87 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"88 fail_panic "Could not package archive: $PACKAGE_DIR/$ARCHIVE"
54 PACKAGE_DIR=55 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binary into specific directory"126 if [ "$PACKAGE_DIR" ]; then127 mkdir -p "$PACKAGE_DIR"128 fail_panic "Could not create package directory: $PACKAGE_DIR"178 if [ "$PACKAGE_DIR" ]; then182 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"183 fail_panic "Could not create package: $PACKAGE_DIR/$ARCHIVE from $OUT"
36 PACKAGE_DIR=37 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."49 PACKAGE_DIR=50 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binaries into package directory"117 if [ "$PACKAGE_DIR" ]; then120 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR/echo.exe" "$SUBDIR/cmp.exe"
42 PACKAGE_DIR=43 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binaries into package directory"104 if [ "$PACKAGE_DIR" ]; then107 mkdir -p "$PACKAGE_DIR" &&108 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"109 fail_panic "Could not package archive: $PACKAGE_DIR/$ARCHIVE"
35 PACKAGE_DIR=36 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binaries into package directory"139 if [ "$PACKAGE_DIR" ]; then142 mkdir -p "$PACKAGE_DIR" &&143 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"144 fail_panic "Could not package archive: $PACKAGE_DIR/$ARCHIVE"
60 PACKAGE_DIR=/tmp/ndk-$USER/prebuilt-$RELEASE61 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."81 will be: $PACKAGE_DIR104 FLAGS=$FLAGS" --package-dir=$PACKAGE_DIR"136 echo "Done, see $PACKAGE_DIR:"137 ls -l $PACKAGE_DIR
33 PACKAGE_DIR=34 register_var_option "--package-dir=<path>" PACKAGE_DIR "Package toolchain into this directory"59 if [ "$PACKAGE_DIR" ]; then60 PACKAGE_FLAGS="--package-dir=$PACKAGE_DIR"89 if [ "$PACKAGE_DIR" ]; then90 mkdir -p "$PACKAGE_DIR"91 fail_panic "Could not create package directory: $PACKAGE_DIR"92 FLAGS=$FLAGS" --package-dir=\"$PACKAGE_DIR\""161 if [ "$PACKAGE_DIR" ]; then162 dump "Done, see $PACKAGE_DIR"
41 PACKAGE_DIR=42 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive to package directory"129 if [ "$PACKAGE_DIR" ]; then132 mkdir -p "$PACKAGE_DIR" &&133 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$BIN_OUT" "$LIB_OUT"134 fail_panic "Could not package archive: $PACKAGE_DIR/$ARCHIVE"
49 PACKAGE_DIR=50 register_var_option "--package-dir=<path>" PACKAGE_DIR "Package toolchain into this directory"141 if [ "$PACKAGE_DIR" ]; then142 mkdir -p "$PACKAGE_DIR"143 fail_panic "Could not create package directory: $PACKAGE_DIR"144 FLAGS=$FLAGS" --package-dir=$PACKAGE_DIR"206 if [ "$PACKAGE_DIR" ]; then207 echo "Copying $(basename $PACK) to $PACKAGE_DIR..."208 cp $PACK $PACKAGE_DIR/360 $PROGDIR/deploy-host-mcld.sh --package-dir=$PACKAGE_DIR --systems=$SYSNAME[all …]
57 PACKAGE_DIR=58 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binary into specific directory"123 if [ "$PACKAGE_DIR" ]; then124 mkdir -p "$PACKAGE_DIR"125 fail_panic "Could not create package directory: $PACKAGE_DIR"247 if [ "$PACKAGE_DIR" ]; then250 …pack_archive "$PACKAGE_DIR/$ARCHIVE" "$ANDROID_NDK_ROOT" "prebuilt/android-$ARCH/gdbserver/$DSTFIL…
90 PACKAGE_DIR=$TOP/ndk-release-$TODAY210 --package-dir=$PACKAGE_DIR \230 --prebuilt-dir=$PACKAGE_DIR \232 --out-dir=$PACKAGE_DIR \244 NDK_TOOLCHAIN_PKG=${PACKAGE_DIR}/toolchain-src.tar.bz2
43 PACKAGE_DIR=44 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."185 if [ -n "$PACKAGE_DIR" ] ; then188 PACKAGE="$PACKAGE_DIR/libportable-libs-$ABI.tar.bz2"
37 PACKAGE_DIR=38 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."257 if [ -n "$PACKAGE_DIR" ] ; then263 PACKAGE="$PACKAGE_DIR/compiler-rt-libs-$ABI.tar.bz2"
70 PACKAGE_DIR=71 register_var_option "--package-dir=<path>" PACKAGE_DIR "Package prebuilt tarballs into directory."288 local PACKAGE="$PACKAGE_DIR/$PACKAGENAME"311 if [ "$PACKAGE_DIR" ]; then
81 PACKAGE_DIR=82 register_var_option "--package-dir=<path>" PACKAGE_DIR "Create archive tarball in specific director…210 if [ "$PACKAGE_DIR" ]; then211 mkdir -p "$PACKAGE_DIR"212 fail_panic "Could not create package directory: $PACKAGE_DIR"650 if [ "$PACKAGE_DIR" ]; then662 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR" $EXCLUSIONS668 PACKAGE="$PACKAGE_DIR/libgccunwind-libs-$ABI.tar.bz2"
48 PACKAGE_DIR=49 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."365 if [ -n "$PACKAGE_DIR" ] ; then368 PACKAGE="$PACKAGE_DIR/gnu-libstdc++-headers-$VERSION.tar.bz2"402 PACKAGE="$PACKAGE_DIR/gnu-libstdc++-libs-$VERSION-$ABI"
133 PACKAGE_DIR=134 register_var_option "--package-dir=<path>" PACKAGE_DIR "Package prebuilt tarballs into directory"479 if [ "$PACKAGE_DIR" ]; then480 mkdir -p "$PACKAGE_DIR"481 fail_panic "Can't create packaging directory: $PACKAGE_DIR"1619 local PACKAGE_DIR="$3"1621 local PACKAGE_FILE="$PACKAGE_DIR/$PACKAGE_NAME"1647 if [ "$PACKAGE_DIR" ]; then1651 package_gcc $SYSTEM $TOOLCHAIN "$PACKAGE_DIR"1654 echo "Done. See the content of $PACKAGE_DIR:"[all …]
66 PACKAGE_DIR=67 register_var_option "--package-dir=<path>" PACKAGE_DIR "Package prebuilt tarballs into directory."441 local PACKAGE="$PACKAGE_DIR/$PACKAGENAME"465 if [ "$PACKAGE_DIR" ]; then
58 PACKAGE_DIR=59 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."680 if [ -n "$PACKAGE_DIR" ] ; then690 PACKAGE="$PACKAGE_DIR/${CXX_STL_PACKAGE}-libs-$ABI"
44 PACKAGE_DIR=45 register_var_option "--package-dir=<path>" PACKAGE_DIR "Create archive tarball in specific director…134 if [ "$PACKAGE_DIR" ]; then135 mkdir -p "$PACKAGE_DIR"136 fail_panic "Could not create package directory: $PACKAGE_DIR"529 if [ "$PACKAGE_DIR" ]; then533 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
75 PACKAGE_DIR=120 PACKAGE_DIR=$optarg828 if [ "$PACKAGE_DIR" ]; then829 mkdir -p "$PACKAGE_DIR"830 fail_panic "Could not create package directory: $PACKAGE_DIR"833 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$DSTDIR" "platforms"838 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$DSTDIR" "samples"
708 if [ "$PACKAGE_DIR" ]; then709 mkdir -p $PACKAGE_DIR710 fail_panic "Could not create packaging directory: $PACKAGE_DIR"711 PACKAGE_NAME=$PACKAGE_DIR/$TARGET_TAG-$OS-$HOST_ARCH.tar.bz2715 log "Done. See $PACKAGE_DIR:"