make/autoconf/basics_windows.m4
changeset 47252 fdac20095dff
parent 47217 72e3ae9a25eb
child 53110 50677f43ac3d
child 57074 12615de8335e
equal deleted inserted replaced
47251:4fe50ead4783 47252:fdac20095dff
   380   # @files and rewrites these too! This wrapper binary is
   380   # @files and rewrites these too! This wrapper binary is
   381   # called fixpath.
   381   # called fixpath.
   382   FIXPATH=
   382   FIXPATH=
   383   if test "x$OPENJDK_BUILD_OS" = xwindows; then
   383   if test "x$OPENJDK_BUILD_OS" = xwindows; then
   384     AC_MSG_CHECKING([if fixpath can be created])
   384     AC_MSG_CHECKING([if fixpath can be created])
   385     FIXPATH_SRC="$SRC_ROOT/make/src/native/fixpath.c"
   385     FIXPATH_SRC="$TOPDIR/make/src/native/fixpath.c"
   386     FIXPATH_BIN="$CONFIGURESUPPORT_OUTPUTDIR/bin/fixpath.exe"
   386     FIXPATH_BIN="$CONFIGURESUPPORT_OUTPUTDIR/bin/fixpath.exe"
   387     FIXPATH_DIR="$CONFIGURESUPPORT_OUTPUTDIR/fixpath"
   387     FIXPATH_DIR="$CONFIGURESUPPORT_OUTPUTDIR/fixpath"
   388     if test "x$OPENJDK_BUILD_OS_ENV" = xwindows.cygwin; then
   388     if test "x$OPENJDK_BUILD_OS_ENV" = xwindows.cygwin; then
   389       # Important to keep the .exe suffix on Cygwin for Hotspot makefiles
   389       # Important to keep the .exe suffix on Cygwin for Hotspot makefiles
   390       FIXPATH="$FIXPATH_BIN -c"
   390       FIXPATH="$FIXPATH_BIN -c"