From Eli Zaretskii <eliz@is.elta.co.il>:
* configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly long file name when using DJGPP on MS-DOS.
This commit is contained in:
parent
ae97059cc1
commit
6ca3858e7c
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
1999-08-08 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
|
From Eli Zaretskii <eliz@is.elta.co.il>:
|
||||||
|
* configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
|
||||||
|
long file name when using DJGPP on MS-DOS.
|
||||||
|
|
||||||
1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
|
1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
|
||||||
|
|
||||||
* Makefile.in (check-target-libio): Remove all-target-libstdc++
|
* Makefile.in (check-target-libio): Remove all-target-libstdc++
|
||||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -655,8 +655,8 @@ case "${TMPDIR}" in
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# keep this filename short for &%*%$*# 14 char file names
|
# keep this filename short for &%*%$*# 14 char file names and 8+3 file names
|
||||||
tmpfile=${TMPDIR}/cONf$$
|
tmpfile=${TMPDIR}/cNf$$
|
||||||
# Note that under many versions of sh a trap handler for 0 will *override* any
|
# Note that under many versions of sh a trap handler for 0 will *override* any
|
||||||
# exit status you explicitly specify! At this point, the only non-error exit
|
# exit status you explicitly specify! At this point, the only non-error exit
|
||||||
# is at the end of the script; these actions are duplicated there, minus
|
# is at the end of the script; these actions are duplicated there, minus
|
||||||
|
|
Loading…
Reference in a new issue