Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getconf detection: fix compiler error msg extraction (re: 3aa01a9)
That patch didn't work for non-gcc, non-clang compilers -- at least Solaris Studio cc. It doesn't prefix error messages with "error:". As a result, it caused the build to fail on Solaris with native cc. src/lib/libast/comp/conf.sh: - Use a sed formula that should catch error messages prefixed by "line xx:" while still removing warnings and suggestions. This works on at least clang, gcc, Solaris Studio cc.
- Loading branch information