Lines Matching refs:OUTPUT_ROOT

962 OUTPUT_ROOT
17619 OUTPUT_ROOT="$SRC_ROOT/build/${CONF_NAME}"
17620 $MKDIR -p "$OUTPUT_ROOT"
17621 if test ! -d "$OUTPUT_ROOT"; then
17622 as_fn_error $? "Could not create build directory $OUTPUT_ROOT" "$LINENO" 5
17632 OUTPUT_ROOT="$CURDIR"
17639 if test ! -e "$OUTPUT_ROOT/spec.gmk"; then
17642 files_present=`$LS $OUTPUT_ROOT`
17678 if test "x$OUTPUT_ROOT" != x; then
17683 path="$OUTPUT_ROOT"
17695 { $as_echo "$as_me:${as_lineno-$LINENO}: The path of OUTPUT_ROOT, which resolves as \"$path\", is invalid." >&5
17696 $as_echo "$as_me: The path of OUTPUT_ROOT, which resolves as \"$path\", is invalid." >&6;}
17697 as_fn_error $? "Cannot locate the the path of OUTPUT_ROOT" "$LINENO" 5
17735 OUTPUT_ROOT="$new_path"
17736 { $as_echo "$as_me:${as_lineno-$LINENO}: Rewriting OUTPUT_ROOT to \"$new_path\"" >&5
17737 $as_echo "$as_me: Rewriting OUTPUT_ROOT to \"$new_path\"" >&6;}
17742 path="$OUTPUT_ROOT"
17773 OUTPUT_ROOT="$new_path"
17774 { $as_echo "$as_me:${as_lineno-$LINENO}: Rewriting OUTPUT_ROOT to \"$new_path\"" >&5
17775 $as_echo "$as_me: Rewriting OUTPUT_ROOT to \"$new_path\"" >&6;}
17783 path="$OUTPUT_ROOT"
17786 { $as_echo "$as_me:${as_lineno-$LINENO}: The path of OUTPUT_ROOT, which resolves as \"$path\", is invalid." >&5
17787 $as_echo "$as_me: The path of OUTPUT_ROOT, which resolves as \"$path\", is invalid." >&6;}
17794 as_fn_error $? "The path of OUTPUT_ROOT, which resolves as \"$path\", is not found." "$LINENO" 5
17798 OUTPUT_ROOT="`cd "$path"; $THEPWDCMD -L`"
17802 OUTPUT_ROOT="`cd "$dir"; $THEPWDCMD -L`/$base"
17808 CONFIGURESUPPORT_OUTPUTDIR="$OUTPUT_ROOT/configure-support"
17811 SPEC="$OUTPUT_ROOT/spec.gmk"
17818 ac_config_files="$ac_config_files $OUTPUT_ROOT/spec.gmk:$AUTOCONF_DIR/spec.gmk.in"
17821 ac_config_files="$ac_config_files $OUTPUT_ROOT/bootcycle-spec.gmk:$AUTOCONF_DIR/bootcycle-spec.gmk.in"
17824 ac_config_files="$ac_config_files $OUTPUT_ROOT/buildjdk-spec.gmk:$AUTOCONF_DIR/buildjdk-spec.gmk.in"
17827 ac_config_files="$ac_config_files $OUTPUT_ROOT/compare.sh:$AUTOCONF_DIR/compare.sh.in"
17830 # You can run make from the OUTPUT_ROOT, or from the top-level Makefile
17832 ac_config_files="$ac_config_files $OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in"
31874 BUILD_OUTPUT="$OUTPUT_ROOT"
31876 JDK_OUTPUTDIR="$OUTPUT_ROOT/jdk"
52044 -libpath:${OUTPUT_ROOT}/support/modules_libs/java.base"
52923 -libpath:${OUTPUT_ROOT}/support/modules_libs/java.base"
67711 if $DF -l $OUTPUT_ROOT > /dev/null 2>&1; then
67728 if test -e $OUTPUT_ROOT/spec.gmk; then
68478 "$OUTPUT_ROOT/spec.gmk") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/spec.gmk:$AUTOCONF_DIR/spec.gmk.in" ;;
68479 "$OUTPUT_ROOT/bootcycle-spec.gmk") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/bootcycle-spec.gmk:$AUTOCONF_DIR/bootcycle-spec.gmk.in" ;;
68480 "$OUTPUT_ROOT/buildjdk-spec.gmk") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/buildjdk-spec.gmk:$AUTOCONF_DIR/buildjdk-spec.gmk.in" ;;
68481 "$OUTPUT_ROOT/compare.sh") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/compare.sh:$AUTOCONF_DIR/compare.sh.in" ;;
68482 "$OUTPUT_ROOT/Makefile") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in" ;;
68942 if test -e "$OUTPUT_ROOT/configure.log.old"; then
68943 $RM -f "$OUTPUT_ROOT/configure.log.old"
68945 if test -e "$OUTPUT_ROOT/configure.log"; then
68946 $MV -f "$OUTPUT_ROOT/configure.log" "$OUTPUT_ROOT/configure.log.old" 2> /dev/null
68951 $MV -f ./configure.log "$OUTPUT_ROOT/configure.log" 2> /dev/null
68955 $CHMOD +x $OUTPUT_ROOT/compare.sh
68966 printf "A new configuration has been successfully created in\n%s\n" "$OUTPUT_ROOT"
68968 printf "The existing configuration has been successfully updated in\n%s\n" "$OUTPUT_ROOT"
68974 printf "The existing configuration has been successfully checked in\n%s\n" "$OUTPUT_ROOT"