Mercurial > mplayer.hg
comparison configure @ 24651:7e70e2c4cf3a
Give temporary executable file the system-specific executable extension.
author | diego |
---|---|
date | Sat, 29 Sep 2007 22:28:24 +0000 |
parents | f4143e50206d |
children | 9835aef30037 |
comparison
equal
deleted
inserted
replaced
24650:f4143e50206d | 24651:7e70e2c4cf3a |
---|---|
1359 | 1359 |
1360 | 1360 |
1361 TMPLOG="configure.log" | 1361 TMPLOG="configure.log" |
1362 TMPC="$I/mplayer-conf-$RANDOM-$$.c" | 1362 TMPC="$I/mplayer-conf-$RANDOM-$$.c" |
1363 TMPCPP="$I/mplayer-conf-$RANDOM-$$.cpp" | 1363 TMPCPP="$I/mplayer-conf-$RANDOM-$$.cpp" |
1364 TMPEXE="$I/mplayer-conf-$RANDOM-$$" | 1364 TMPEXE="$I/mplayer-conf-$RANDOM-$$$_exesuf" |
1365 TMPH="$I/mplayer-conf-$RANDOM-$$.h" | 1365 TMPH="$I/mplayer-conf-$RANDOM-$$.h" |
1366 TMPS="$I/mplayer-conf-$RANDOM-$$.S" | 1366 TMPS="$I/mplayer-conf-$RANDOM-$$.S" |
1367 | 1367 |
1368 rm -f "$TMPLOG" | 1368 rm -f "$TMPLOG" |
1369 echo configuration: $_configuration > "$TMPLOG" | 1369 echo configuration: $_configuration > "$TMPLOG" |