CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2011/06/12 11:13:17
Modified files: usr.bin/pkg-config: pkg-config Log message: - Rename $D to $mode{debug} for consistency. - Factorize lots of prints into a common debug/error subroutine. This reduces unneeded clutter when testing for $mode{printerr} or $mode{debug}. Will be adjusted further when fixing --errors-to-stdout