Mercurial > mplayer.hg
changeset 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 | 2a702caa8f92 |
children | 18dd1970d050 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Sep 29 21:30:04 2007 +0000 +++ b/configure Sat Sep 29 22:04:56 2007 +0000 @@ -1306,13 +1306,13 @@ 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"