@@ -406,9 +406,9 @@ AC_DEFUN_ONCE([BASIC_SETUP_OUTPUT_DIR],
406
406
# WARNING: This might be a bad thing to do. You need to be sure you want to
407
407
# have a configuration in this directory. Do some sanity checks!
408
408
409
- if test ! -e "$OUTPUTDIR/spec.gmk"; then
410
- # If we have a spec.gmk, we have run here before and we are OK. Otherwise, check for
411
- # other files
409
+ if test ! -e "$OUTPUTDIR/spec.gmk" && test ! -e "$OUTPUTDIR/configure-support/generated-configure.sh" ; then
410
+ # If we have a spec.gmk or configure-support/generated-configure.sh,
411
+ # we have run here before and we are OK. Otherwise, check for other files
412
412
files_present=`$LS $OUTPUTDIR`
413
413
# Configure has already touched config.log and confdefs.h in the current dir when this check
414
414
# is performed.
@@ -423,8 +423,9 @@ AC_DEFUN_ONCE([BASIC_SETUP_OUTPUT_DIR],
423
423
AC_MSG_NOTICE ( [ Current directory is $CONFIGURE_START_DIR.] )
424
424
AC_MSG_NOTICE ( [ Since this is not the source root, configure will output the configuration here] )
425
425
AC_MSG_NOTICE ( [ (as opposed to creating a configuration in <src_root>/build/<conf-name>).] )
426
- AC_MSG_NOTICE ( [ However, this directory is not empty. This is not allowed, since it could] )
427
- AC_MSG_NOTICE ( [ seriously mess up just about everything.] )
426
+ AC_MSG_NOTICE ( [ However, this directory is not empty, additionally to some allowed files] )
427
+ AC_MSG_NOTICE ( [ it contains $filtered_files.] )
428
+ AC_MSG_NOTICE ( [ This is not allowed, since it could seriously mess up just about everything.] )
428
429
AC_MSG_NOTICE ( [ Try 'cd $TOPDIR' and restart configure] )
429
430
AC_MSG_NOTICE ( [ (or create a new empty directory and cd to it).] )
430
431
AC_MSG_ERROR ( [ Will not continue creating configuration in $CONFIGURE_START_DIR] )
5 commit comments
openjdk-notifier[bot] commentedon Aug 9, 2023
Review
Issues
MBaesken commentedon Oct 9, 2023
/backport jdk21u
openjdk[bot] commentedon Oct 9, 2023
@MBaesken the backport was successfully created on the branch MBaesken-backport-6e3cc131 in my personal fork of openjdk/jdk21u. To create a pull request with this backport targeting openjdk/jdk21u:master, just click the following link:
➡️ Create pull request
The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk21u:
MBaesken commentedon Oct 31, 2023
/backport jdk17u-dev
openjdk[bot] commentedon Oct 31, 2023
@MBaesken the backport was successfully created on the branch MBaesken-backport-6e3cc131 in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:
➡️ Create pull request
The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev: