Browse Source

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

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

+ 0
- 4
scripts/Build-Pkg

@ -660,10 +660,6 @@ 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