Home | History | Annotate | Download | only in tools

Lines Matching refs:PACKAGE_DIR

133 PACKAGE_DIR=
134 register_var_option "--package-dir=<path>" PACKAGE_DIR "Package prebuilt tarballs into directory"
479 if [ "$PACKAGE_DIR" ]; then
480 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" ]; then
1651 package_gcc $SYSTEM $TOOLCHAIN "$PACKAGE_DIR"
1654 echo "Done. See the content of $PACKAGE_DIR:"
1655 ls -l "$PACKAGE_DIR"