Le lun. 14 févr. 2022 à 07:09, Andy Howell <a...@gamubaru.com> a écrit :

>
> I just redirected make's output to a file. To see more detail you can
> set BUILD_VERBOSE:
>
> export BUILD_VERBOSE=1; make >make.out 2>&1 &
>
> is what I did.
>


I like to `| tee -a command.log` after a bunch of grep exclude filters, and
in another window use colortail on the log file with a quickly crafted
config for the specific job at hand.

_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to