bootstrap.1 (a6ff3988) | bootstrap.1 (c6dedb65) |
---|---|
1 2# executables are *.exe for WNT. This variable is necessary since Cygwin 1.5.x 3# Use spawn instead of fork when building dmake on cygwin. 4if test "$GUI" = "WNT"; then 5 EXEEXT=".exe" 6else 7 EXEEXT="" 8fi --- 116 unchanged lines hidden (view full) --- 125else 126 127 if test -x "$SOLARENV/$OUTPATH/bin/dmake$EXEEXT"; then 128 echo "" 129 echo "dmake present in $SOLARENV/$OUTPATH/bin/dmake$EXEEXT" 130 fi 131 132fi | 1 2# executables are *.exe for WNT. This variable is necessary since Cygwin 1.5.x 3# Use spawn instead of fork when building dmake on cygwin. 4if test "$GUI" = "WNT"; then 5 EXEEXT=".exe" 6else 7 EXEEXT="" 8fi --- 116 unchanged lines hidden (view full) --- 125else 126 127 if test -x "$SOLARENV/$OUTPATH/bin/dmake$EXEEXT"; then 128 echo "" 129 echo "dmake present in $SOLARENV/$OUTPATH/bin/dmake$EXEEXT" 130 fi 131 132fi |
133 134# Download missing extensions. 135download_missing_extensions.pl |
|