Mainly regarding the build command for now.
Use TERM=linux regardless when executing commands?
Somewhat aesthetic in that gcc and clang (and other compilers etc.) would use coloured output.
Mark read-only when done?
Not sure if this is applicable in all cases, but it's probably a good thing to do where there's error messages which have been processed.
Mainly regarding the
buildcommand for now.Use
TERM=linuxregardless when executing commands?Somewhat aesthetic in that gcc and clang (and other compilers etc.) would use coloured output.
Mark read-only when done?
Not sure if this is applicable in all cases, but it's probably a good thing to do where there's error messages which have been processed.