Searched refs:PACKAGE_DIR (Results 1 – 11 of 11) sorted by relevance
47 PACKAGE_DIR=48 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binary into specific directory"95 if [ "$PACKAGE_DIR" ]; then96 mkdir -p "$PACKAGE_DIR"97 fail_panic "Could not create package directory: $PACKAGE_DIR"123 if [ "$PACKAGE_DIR" ]; then126 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$INSTALL_ROOT" "$INSTALL_SUBDIR"127 fail_panic "Could not create package: $PACKAGE_DIR/$ARCHIVE from $OUT"
34 PACKAGE_DIR=35 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive to package directory"88 if [ "$PACKAGE_DIR" ]; then91 mkdir -p "$PACKAGE_DIR" &&92 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"93 fail_panic "Could not package archive: $PACKAGE_DIR/$ARCHIVE"
47 PACKAGE_DIR=48 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binary into specific directory"121 if [ "$PACKAGE_DIR" ]; then122 mkdir -p "$PACKAGE_DIR"123 fail_panic "Could not create package directory: $PACKAGE_DIR"169 if [ "$PACKAGE_DIR" ]; then172 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$INSTALL_ROOT" "$INSTALL_SUBDIR"173 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"
55 PACKAGE_DIR=56 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"240 if [ "$PACKAGE_DIR" ]; then247 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$INSTALL_DIR" "$GDBSERVER_SUBDIR"
58 PACKAGE_DIR=59 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."651 if [ -n "$PACKAGE_DIR" ] ; then661 PACKAGE="$PACKAGE_DIR/${CXX_STL_PACKAGE}.zip"
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:"
79 PACKAGE_DIR=116 PACKAGE_DIR=$optarg814 if [ "$PACKAGE_DIR" ]; then833 mkdir -p "$PACKAGE_DIR"834 fail_panic "Could not create package directory: $PACKAGE_DIR"837 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$DSTDIR/platforms" "$PLATFORM_NAME"
54 PACKAGE_DIR=$TMPDIR55 register_var_option "--package-dir=<path>" PACKAGE_DIR "Place package file in <path>"590 PACKAGE_FILE="$PACKAGE_DIR/$TOOLCHAIN_NAME.tar.bz2"
52 PACKAGE_DIR=53 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."427 if [ -n "$PACKAGE_DIR" ] ; then474 PACKAGE="$PACKAGE_DIR/gnustl-${VERSION}.zip"