danmcd commented on this pull request.


> @@ -196,11 +197,14 @@ function build {
 
        echo "\n==== Build errors ($LABEL) ====\n" >> $mail_msg_file
        egrep ":" $SRC/${INSTALLOG}.out |
-               egrep -e "(^${MAKE}:|[  ]error[:        \n])" | \
-               egrep -v "Ignoring unknown host" | \
-               egrep -v "cc .* -o error " | \
-               egrep -v "warning" | tee $TMPDIR/build_errs${SUFFIX} \
-               >> $mail_msg_file
+           egrep -e "(^${MAKE}:|[      ]error[:        \n])" | \
+           egrep -v "Ignoring unknown host" | \
+           egrep -v "cc .* -o error " | \
+           egrep -v "warning" | tee $TMPDIR/build_errs${SUFFIX} \
+           >> $mail_msg_file
+       cat $SRC/${INSTALLOG}.out | \

Unnecessary cat.
```
sed -n "/^Undefined[    ]*first referenced$/,/^ld: fatal:/p" \
     < $SRC/${INSTALLOG}.out >> $mail_msg_file
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/490#pullrequestreview-73588044
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T5d9bc0adb26d4d8a-M88a632dacec08c0a69cfb801
Powered by Topicbox: https://topicbox.com

Reply via email to