mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24665 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2092ba13ca
commit
394ec174c7
2
configure
vendored
2
configure
vendored
@ -1306,13 +1306,13 @@ for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do
|
||||
done
|
||||
|
||||
TMPLOG="configure.log"
|
||||
rm -f "$TMPLOG"
|
||||
TMPC="$I/mplayer-conf-$RANDOM-$$.c"
|
||||
TMPCPP="$I/mplayer-conf-$RANDOM-$$.cpp"
|
||||
TMPEXE="$I/mplayer-conf-$RANDOM-$$"
|
||||
TMPH="$I/mplayer-conf-$RANDOM-$$.h"
|
||||
TMPS="$I/mplayer-conf-$RANDOM-$$.S"
|
||||
|
||||
rm -f "$TMPLOG"
|
||||
echo configuration: $_configuration > "$TMPLOG"
|
||||
echo >> "$TMPLOG"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user