Hello, I'm packaging[1] FreeRADIUS for Slackware Linux[2] and I'd like to know if it possible to have the Makefiles print verbose messages (e.g. like it's possible with other open source projects by using "make V=1" or "make VERBOSE=1")? Thanks in advance! [1] See SlackPack ( http://sotirov-bg.net/slackpack/search.cgi?q=freeradius ) [2] See Slackware ( http://www.slackware.com/ ) Regards, -- Georgi D. Sotirov
On Aug 30, 2016, at 7:13 AM, Georgi D. Sotirov <gdsotirov@dir.bg> wrote:
I'm packaging[1] FreeRADIUS for Slackware Linux[2] and I'd like to know if it possible to have the Makefiles print verbose messages (e.g. like it's possible with other open source projects by using "make V=1" or "make VERBOSE=1")?
Have you tried "make VERBOSE=1" ? It works. Alan DeKok.
On Aug 30, 2016, at 9:50 AM, Georgi D. Sotirov <gdsotirov@dir.bg> wrote:
On 30/08/2016 at 15:46, Alan DeKok wrote:
make VERBOSE=1 Yes, and it works for all the "CC" lines, but it doesn't uncover "HEADER", "INSTALL" and "LN-S" lines.
I'll push a fix for the v4.0.x branch. I may push one for v3.0.x... Alan DeKok.
On 30/08/2016 at 17:00, Alan DeKok wrote:
On Aug 30, 2016, at 9:50 AM, Georgi D. Sotirov <gdsotirov@dir.bg> wrote:
On 30/08/2016 at 15:46, Alan DeKok wrote:
make VERBOSE=1 Yes, and it works for all the "CC" lines, but it doesn't uncover "HEADER", "INSTALL" and "LN-S" lines. I'll push a fix for the v4.0.x branch. I may push one for v3.0.x...
Alan DeKok.
Thanks. I'll be waiting :-) Regards, -- Georgi D. Sotirov
participants (2)
-
Alan DeKok -
Georgi D. Sotirov