bsd.qt.mk "(cc --version [...])"

From: <dt71_at_gmx.com>
Date: Mon, 27 May 2013 19:10:37 +0200
There is no cc executable in the path (eg., there is no /usr/bin/cc) and the CC make-variable is set to an absolute path to the C compiler (Clang) in /etc/make.conf. Then, for example,

   cd /usr/ports/www/seamonkey && make config

results in the following output:

   make: "/usr/ports/Mk/bsd.qt.mk" line 313: warning: Couldn't read shell's output for "(cc --version 2> /dev/null | /usr/bin/awk 'NR == 1 { gsub(/[()]/, "", $2); print $2 }') || echo "gcc""

TODO: fix.
Received on Mon May 27 2013 - 15:10:48 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:38 UTC