CVS: main configure,1.462,1.463
Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv23370 Modified Files: configure Log Message: netbsd and/or lfs workaround (fixes a textbusy error) (problem reported by Bernd Ernesti <mplayer@lists.veego.de>) Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.462 retrieving revision 1.463 diff -u -r1.462 -r1.463 --- configure 9 May 2002 09:04:08 -0000 1.462 +++ configure 10 May 2002 01:23:15 -0000 1.463 @@ -31,7 +31,7 @@ cat "$TMPC" >> "$TMPLOG" echo >> "$TMPLOG" echo "$_cc $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG" - > "$TMPO" + rm -f "$TMPO" ( "$_cc" $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1 TMP="$?" echo >> "$TMPLOG"
participants (1)
-
pl