You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Test from where we are running configure, in or outside of src root.
8043
8043
if test "x$CURDIR" = "x$SRC_ROOT" || test "x$CURDIR" = "x$SRC_ROOT/common" \
8044
8044
|| test "x$CURDIR" = "x$SRC_ROOT/common/autoconf" \
8045
-
|| test "x$CURDIR" = "x$SRC_ROOT/common/makefiles" ; then
8045
+
|| test "x$CURDIR" = "x$SRC_ROOT/make" ; then
8046
8046
# We are running configure from the src root.
8047
8047
# Create a default ./build/target-variant-debuglevel output root.
8048
8048
if test "x${CONF_NAME}" = x; then
@@ -16201,32 +16201,25 @@ fi
16201
16201
cd "$CURDIR"
16202
16202
# Verify that the addon source root does not have any root makefiles.
16203
16203
# If it does, then it is usually an error, prevent this.
16204
-
if test -f $with_add_source_root/langtools/makefiles/Makefile || \
16205
-
test -f $with_add_source_root/langtools/make/Makefile; then
16204
+
if test -f $with_add_source_root/langtools/make/Makefile; then
16206
16205
as_fn_error $? "Your add source root seems to contain a full langtools repo! An add source root should only contain additional sources." "$LINENO" 5
16207
16206
fi
16208
-
if test -f $with_add_source_root/corba/makefiles/Makefile || \
16209
-
test -f $with_add_source_root/corba/make/Makefile; then
16207
+
if test -f $with_add_source_root/corba/make/Makefile; then
16210
16208
as_fn_error $? "Your add source root seems to contain a full corba repo! An add source root should only contain additional sources." "$LINENO" 5
16211
16209
fi
16212
-
if test -f $with_add_source_root/jaxp/makefiles/Makefile || \
16213
-
test -f $with_add_source_root/jaxp/make/Makefile; then
16210
+
if test -f $with_add_source_root/jaxp/make/Makefile; then
16214
16211
as_fn_error $? "Your add source root seems to contain a full jaxp repo! An add source root should only contain additional sources." "$LINENO" 5
16215
16212
fi
16216
-
if test -f $with_add_source_root/jaxws/makefiles/Makefile || \
16217
-
test -f $with_add_source_root/jaxws/make/Makefile; then
16213
+
if test -f $with_add_source_root/jaxws/make/Makefile; then
16218
16214
as_fn_error $? "Your add source root seems to contain a full jaxws repo! An add source root should only contain additional sources." "$LINENO" 5
16219
16215
fi
16220
-
if test -f $with_add_source_root/hotspot/makefiles/Makefile || \
16221
-
test -f $with_add_source_root/hotspot/make/Makefile; then
16216
+
if test -f $with_add_source_root/hotspot/make/Makefile; then
16222
16217
as_fn_error $? "Your add source root seems to contain a full hotspot repo! An add source root should only contain additional sources." "$LINENO" 5
16223
16218
fi
16224
-
if test -f $with_add_source_root/nashorn/makefiles/Makefile || \
16225
-
test -f $with_add_source_root/nashorn/make/Makefile; then
16219
+
if test -f $with_add_source_root/nashorn/make/Makefile; then
16226
16220
as_fn_error $? "Your add source root seems to contain a full nashorn repo! An add source root should only contain additional sources." "$LINENO" 5
16227
16221
fi
16228
-
if test -f $with_add_source_root/jdk/makefiles/Makefile || \
16229
-
test -f $with_add_source_root/jdk/make/Makefile; then
16222
+
if test -f $with_add_source_root/jdk/make/Makefile; then
16230
16223
as_fn_error $? "Your add source root seems to contain a full JDK repo! An add source root should only contain additional sources." "$LINENO" 5
16231
16224
fi
16232
16225
fi
@@ -16240,32 +16233,25 @@ fi
16240
16233
cd "$with_override_source_root"
16241
16234
OVERRIDE_SRC_ROOT="`pwd`"
16242
16235
cd "$CURDIR"
16243
-
if test -f $with_override_source_root/langtools/makefiles/Makefile || \
16244
-
test -f $with_override_source_root/langtools/make/Makefile; then
16236
+
if test -f $with_override_source_root/langtools/make/Makefile; then
16245
16237
as_fn_error $? "Your override source root seems to contain a full langtools repo! An override source root should only contain sources that override." "$LINENO" 5
16246
16238
fi
16247
-
if test -f $with_override_source_root/corba/makefiles/Makefile || \
16248
-
test -f $with_override_source_root/corba/make/Makefile; then
16239
+
if test -f $with_override_source_root/corba/make/Makefile; then
16249
16240
as_fn_error $? "Your override source root seems to contain a full corba repo! An override source root should only contain sources that override." "$LINENO" 5
16250
16241
fi
16251
-
if test -f $with_override_source_root/jaxp/makefiles/Makefile || \
16252
-
test -f $with_override_source_root/jaxp/make/Makefile; then
16242
+
if test -f $with_override_source_root/jaxp/make/Makefile; then
16253
16243
as_fn_error $? "Your override source root seems to contain a full jaxp repo! An override source root should only contain sources that override." "$LINENO" 5
16254
16244
fi
16255
-
if test -f $with_override_source_root/jaxws/makefiles/Makefile || \
16256
-
test -f $with_override_source_root/jaxws/make/Makefile; then
16245
+
if test -f $with_override_source_root/jaxws/make/Makefile; then
16257
16246
as_fn_error $? "Your override source root seems to contain a full jaxws repo! An override source root should only contain sources that override." "$LINENO" 5
16258
16247
fi
16259
-
if test -f $with_override_source_root/hotspot/makefiles/Makefile || \
16260
-
test -f $with_override_source_root/hotspot/make/Makefile; then
16248
+
if test -f $with_override_source_root/hotspot/make/Makefile; then
16261
16249
as_fn_error $? "Your override source root seems to contain a full hotspot repo! An override source root should only contain sources that override." "$LINENO" 5
16262
16250
fi
16263
-
if test -f $with_override_source_root/nashorn/makefiles/Makefile || \
16264
-
test -f $with_override_source_root/nashorn/make/Makefile; then
16251
+
if test -f $with_override_source_root/nashorn/make/Makefile; then
16265
16252
as_fn_error $? "Your override source root seems to contain a full nashorn repo! An override source root should only contain sources that override." "$LINENO" 5
16266
16253
fi
16267
-
if test -f $with_override_source_root/jdk/makefiles/Makefile || \
16268
-
test -f $with_override_source_root/jdk/make/Makefile; then
16254
+
if test -f $with_override_source_root/jdk/make/Makefile; then
16269
16255
as_fn_error $? "Your override source root seems to contain a full JDK repo! An override source root should only contain sources that override." "$LINENO" 5
16270
16256
fi
16271
16257
fi
@@ -16344,7 +16330,7 @@ fi
16344
16330
cd "$with_override_langtools"
16345
16331
LANGTOOLS_TOPDIR="`pwd`"
16346
16332
cd "$CURDIR"
16347
-
if ! test -f $LANGTOOLS_TOPDIR/makefiles/Makefile; then
16333
+
if ! test -f $LANGTOOLS_TOPDIR/make/Makefile; then
16348
16334
as_fn_error $? "You have to override langtools with a full langtools repo!" "$LINENO" 5
16349
16335
fi
16350
16336
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if langtools should be overridden" >&5
@@ -16357,7 +16343,7 @@ $as_echo "yes with $LANGTOOLS_TOPDIR" >&6; }
16357
16343
cd "$with_override_corba"
16358
16344
CORBA_TOPDIR="`pwd`"
16359
16345
cd "$CURDIR"
16360
-
if ! test -f $CORBA_TOPDIR/makefiles/Makefile; then
16346
+
if ! test -f $CORBA_TOPDIR/make/Makefile; then
16361
16347
as_fn_error $? "You have to override corba with a full corba repo!" "$LINENO" 5
16362
16348
fi
16363
16349
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if corba should be overridden" >&5
@@ -16370,7 +16356,7 @@ $as_echo "yes with $CORBA_TOPDIR" >&6; }
16370
16356
cd "$with_override_jaxp"
16371
16357
JAXP_TOPDIR="`pwd`"
16372
16358
cd "$CURDIR"
16373
-
if ! test -f $JAXP_TOPDIR/makefiles/Makefile; then
16359
+
if ! test -f $JAXP_TOPDIR/make/Makefile; then
16374
16360
as_fn_error $? "You have to override jaxp with a full jaxp repo!" "$LINENO" 5
16375
16361
fi
16376
16362
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if jaxp should be overridden" >&5
@@ -16383,7 +16369,7 @@ $as_echo "yes with $JAXP_TOPDIR" >&6; }
16383
16369
cd "$with_override_jaxws"
16384
16370
JAXWS_TOPDIR="`pwd`"
16385
16371
cd "$CURDIR"
16386
-
if ! test -f $JAXWS_TOPDIR/makefiles/Makefile; then
16372
+
if ! test -f $JAXWS_TOPDIR/make/Makefile; then
16387
16373
as_fn_error $? "You have to override jaxws with a full jaxws repo!" "$LINENO" 5
16388
16374
fi
16389
16375
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if jaxws should be overridden" >&5
@@ -16396,8 +16382,7 @@ $as_echo "yes with $JAXWS_TOPDIR" >&6; }
16396
16382
cd "$with_override_hotspot"
16397
16383
HOTSPOT_TOPDIR="`pwd`"
16398
16384
cd "$CURDIR"
16399
-
if ! test -f $HOTSPOT_TOPDIR/make/Makefile && \
16400
-
! test -f $HOTSPOT_TOPDIR/makefiles/Makefile; then
16385
+
if ! test -f $HOTSPOT_TOPDIR/make/Makefile; then
16401
16386
as_fn_error $? "You have to override hotspot with a full hotspot repo!" "$LINENO" 5
16402
16387
fi
16403
16388
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if hotspot should be overridden" >&5
@@ -16410,7 +16395,7 @@ $as_echo "yes with $HOTSPOT_TOPDIR" >&6; }
16410
16395
cd "$with_override_nashorn"
16411
16396
NASHORN_TOPDIR="`pwd`"
16412
16397
cd "$CURDIR"
16413
-
if ! test -f $NASHORN_TOPDIR/makefiles/Makefile; then
16398
+
if ! test -f $NASHORN_TOPDIR/make/Makefile; then
16414
16399
as_fn_error $? "You have to override nashorn with a full nashorn repo!" "$LINENO" 5
16415
16400
fi
16416
16401
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if nashorn should be overridden" >&5
@@ -16423,7 +16408,7 @@ $as_echo "yes with $NASHORN_TOPDIR" >&6; }
16423
16408
cd "$with_override_jdk"
16424
16409
JDK_TOPDIR="`pwd`"
16425
16410
cd "$CURDIR"
16426
-
if ! test -f $JDK_TOPDIR/makefiles/Makefile; then
16411
+
if ! test -f $JDK_TOPDIR/make/Makefile; then
16427
16412
as_fn_error $? "You have to override JDK with a full JDK repo!" "$LINENO" 5
16428
16413
fi
16429
16414
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if JDK should be overridden" >&5
0 commit comments