Browse Source

Build-Pkg: hacked to tolerate changes in /dev/null (fl_wrapper.wlog)

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
26ed4f4444
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      scripts/Build-Pkg

+ 4
- 0
scripts/Build-Pkg

@ -659,6 +659,10 @@ abort() {
sed -i -e 's,//*,/,g' $builddir/fl_wrapper.wlog
sed -i -e 's,//*,/,g' $builddir/fl_wrapper.rlog
# tolerate actions over /dev/null
# TODO: may we add /dev to the list of valid top levels? -mnemoc
sed -i -e '/\t\/dev\/null$/d;' $builddir/fl_wrapper.wlog
if [ "$SDECFG_FLIST" = "flwrapper" -o \
"$SDECFG_FLIST" = "strace" ] ; then
if [ "$toolsdir" = "tools.cross" ]; then

Loading…
Cancel
Save