|
|
# | # |
test -n "$mksrcs" && echo $d/$s >> $SRCS | test -n "$mksrcs" && echo $d/$s >> $SRCS |
test "$verbose" -lt 2 && errout='2> /dev/null' | test "$verbose" -lt 2 && errout='2> /dev/null' |
|
|
eval $CPP $arg_cc $d/$s $errout | \ | eval $CPP $arg_cc $d/$s $errout | \ |
sed -n -e "s;^\# [0-9][0-9 ]*\"\(.*\)\";$f: \1;p" | \ | sed -n -e "s;^\# [0-9][0-9 ]*\"\(.*\)\";$f: \1;p" | \ |
grep -v "//\$" | \ |
grep -v "$s\$" | \ |
grep -v "$s\$" | grep -v command | grep -v built-in | \ |
grep -v ">$" | \ |
sed -e 's;\([^ :]*: [^ ]*\).*;\1;' \ | sed -e 's;\([^ :]*: [^ ]*\).*;\1;' \ |
>> $TMP | >> $TMP |
;; | ;; |