Searched refs:OUTPUT_SYNC (Results 1 - 2 of 2) sorted by relevance

/openjdk10/make/
H A DInit.gmk237 OUTPUT_SYNC_FLAG := -O$(OUTPUT_SYNC)
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh953 OUTPUT_SYNC
21449 withval=$with_output_sync; OUTPUT_SYNC=$with_output_sync
21452 if test "x$OUTPUT_SYNC" = "x"; then
21453 OUTPUT_SYNC=none
21455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OUTPUT_SYNC" >&5
21456 $as_echo "$OUTPUT_SYNC" >&6; }
21457 if ! $MAKE --version -O$OUTPUT_SYNC > /dev/null 2>&1; then
21458 as_fn_error $? "Make did not the support the value $OUTPUT_SYNC as output sync type." "$LINENO" 5
[all...]

Completed in 229 milliseconds