Date: Wed, 22 Apr 2015 08:46:57 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199603] Mk/Uses/compiler.mk: cannot specify more than one argument Message-ID: <bug-199603-13-yeJHT0L6Kk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199603-13@https.bugs.freebsd.org/bugzilla/> References: <bug-199603-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199603 --- Comment #2 from Jan Beich <jbeich@FreeBSD.org> --- Created attachment 155839 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155839&action=edit v0 Maybe use undocumented argument separator (comma) for simplicity. $ make USES="compiler:c++11-lib,openmp" -V IGNORE -V _COMPILER_ARGS -V compiler_ARGS features c++11-lib env openmp features c++11-lib openmp $ make USES="compiler:features,foo" -V IGNORE -V _COMPILER_ARGS -V compiler_ARGS Invalid argument "foo", valid arguments are: c++11-lib c++11-lang c11 features openmp env nestedfct c++0x gcc-c++11-lib features foo -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199603-13-yeJHT0L6Kk>