mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8080082: configure fails if you create an empty directory and then run configure from it
Reviewed-by: dholmes, erikj
This commit is contained in:
parent
02a2d027b7
commit
62836eec59
2 changed files with 7 additions and 7 deletions
|
@ -705,8 +705,8 @@ AC_DEFUN_ONCE([BASIC_SETUP_OUTPUT_DIR],
|
||||||
# is performed.
|
# is performed.
|
||||||
filtered_files=`$ECHO "$files_present" \
|
filtered_files=`$ECHO "$files_present" \
|
||||||
| $SED -e 's/config.log//g' \
|
| $SED -e 's/config.log//g' \
|
||||||
|
-e 's/configure.log//g' \
|
||||||
-e 's/confdefs.h//g' \
|
-e 's/confdefs.h//g' \
|
||||||
-e 's/fixpath.exe//g' \
|
|
||||||
-e 's/ //g' \
|
-e 's/ //g' \
|
||||||
| $TR -d '\n'`
|
| $TR -d '\n'`
|
||||||
if test "x$filtered_files" != x; then
|
if test "x$filtered_files" != x; then
|
||||||
|
|
|
@ -4366,7 +4366,7 @@ VS_SDK_PLATFORM_NAME_2013=
|
||||||
#CUSTOM_AUTOCONF_INCLUDE
|
#CUSTOM_AUTOCONF_INCLUDE
|
||||||
|
|
||||||
# Do not change or remove the following line, it is needed for consistency checks:
|
# Do not change or remove the following line, it is needed for consistency checks:
|
||||||
DATE_WHEN_GENERATED=1431414369
|
DATE_WHEN_GENERATED=1431429776
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
|
@ -15342,8 +15342,8 @@ $as_echo "in current directory" >&6; }
|
||||||
# is performed.
|
# is performed.
|
||||||
filtered_files=`$ECHO "$files_present" \
|
filtered_files=`$ECHO "$files_present" \
|
||||||
| $SED -e 's/config.log//g' \
|
| $SED -e 's/config.log//g' \
|
||||||
|
-e 's/configure.log//g' \
|
||||||
-e 's/confdefs.h//g' \
|
-e 's/confdefs.h//g' \
|
||||||
-e 's/fixpath.exe//g' \
|
|
||||||
-e 's/ //g' \
|
-e 's/ //g' \
|
||||||
| $TR -d '\n'`
|
| $TR -d '\n'`
|
||||||
if test "x$filtered_files" != x; then
|
if test "x$filtered_files" != x; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue