comparison configure @ 24645:3b96fd2cf98c

cosmetics: Move the command to remove configure.log out of a block of variable declarations to just before the configure.log is first written to.
author diego
date Sat, 29 Sep 2007 22:04:56 +0000
parents a8ccd8352d85
children 18dd1970d050
comparison
equal deleted inserted replaced
24644:2a702caa8f92 24645:3b96fd2cf98c
1304 for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do 1304 for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do
1305 test "$I" && break 1305 test "$I" && break
1306 done 1306 done
1307 1307
1308 TMPLOG="configure.log" 1308 TMPLOG="configure.log"
1309 rm -f "$TMPLOG"
1310 TMPC="$I/mplayer-conf-$RANDOM-$$.c" 1309 TMPC="$I/mplayer-conf-$RANDOM-$$.c"
1311 TMPCPP="$I/mplayer-conf-$RANDOM-$$.cpp" 1310 TMPCPP="$I/mplayer-conf-$RANDOM-$$.cpp"
1312 TMPEXE="$I/mplayer-conf-$RANDOM-$$" 1311 TMPEXE="$I/mplayer-conf-$RANDOM-$$"
1313 TMPH="$I/mplayer-conf-$RANDOM-$$.h" 1312 TMPH="$I/mplayer-conf-$RANDOM-$$.h"
1314 TMPS="$I/mplayer-conf-$RANDOM-$$.S" 1313 TMPS="$I/mplayer-conf-$RANDOM-$$.S"
1315 1314
1315 rm -f "$TMPLOG"
1316 echo configuration: $_configuration > "$TMPLOG" 1316 echo configuration: $_configuration > "$TMPLOG"
1317 echo >> "$TMPLOG" 1317 echo >> "$TMPLOG"
1318 1318
1319 # config files 1319 # config files
1320 1320