Re: src.conf: setting WITHOUT_DEBUG_FILES has no effect

2017-09-21 Thread Jakub Lach
I saw this few weeks ago with -STABLE. 

It's only recently that make delete-old delete debug
files, so it might started a lot earlier that we think.



--
Sent from: http://freebsd.1045724.x6.nabble.com/freebsd-current-f3875308.html
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


src.conf: setting WITHOUT_DEBUG_FILES has no effect

2017-09-20 Thread Hartmann, O.
Setting

WITHOUT_DEBUG_FILES=YES

in /etc/src.conf is supposed to prevent building debug files for shared
libs and binaries - that is my interpretation of the manpage of
src.conf(5).

After each run of 

buildworld buildkernel && installkernel && installworld

and performing a

make delete-old

the cleaning skript picks up lots of files every time after a rebuild
and installation of world situated in 

/usr/lib/debug/usr/tests/XXX

Is this hardcoded? Or do I miss here some extra knob? Or is it a bug?

Thanks in advance,

Oliver
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"