Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 120833 | Differences between
and this patch

Collapse All | Expand All

(-)torque-2.0.0p5/buildutils/makedepend-sh.old (-3 / +3 lines)
Lines 572-582 Link Here
572
                #
572
                #
573
                test -n "$mksrcs" && echo $d/$s >> $SRCS
573
                test -n "$mksrcs" && echo $d/$s >> $SRCS
574
                test "$verbose" -lt 2 && errout='2> /dev/null'
574
                test "$verbose" -lt 2 && errout='2> /dev/null'
575
    
575
   
576
                eval $CPP $arg_cc $d/$s $errout | \
576
                eval $CPP $arg_cc $d/$s $errout | \
577
                  sed -n -e "s;^\# [0-9][0-9 ]*\"\(.*\)\";$f: \1;p" | \
577
                  sed -n -e "s;^\# [0-9][0-9 ]*\"\(.*\)\";$f: \1;p" | \
578
                  grep -v "//\$" | \
578
                  grep -v "$s\$" | \
579
                  grep -v "$s\$" | grep -v command | grep -v built-in | \
579
                  grep -v ">$" | \
580
                  sed -e 's;\([^ :]*: [^ ]*\).*;\1;' \
580
                  sed -e 's;\([^ :]*: [^ ]*\).*;\1;' \
581
                  >> $TMP
581
                  >> $TMP
582
                ;;
582
                ;;

Return to bug 120833