git: dsynth - Add Check_plist config file option
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Nov 4 15:02:19 PDT 2022
commit 9cb4fab1e82821ec27c55420c54440d8fb3469a2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Nov 4 14:54:05 2022 -0700
dsynth - Add Check_plist config file option
* dsynth -P turns on plist checking for builds. Note that this
feature is already automatically turned on when the 'everything'
and 'test' directives are used.
* Add a Check_plist configuration file option that does the same thing
so -P does not have to be specified if the developer wants to always do
plist checking.
Requested-by: daftaupe
Summary of changes:
usr.bin/dsynth/config.c | 5 +++++
usr.bin/dsynth/dsynth.1 | 23 ++++++++++++++++++-----
usr.bin/dsynth/dsynth.c | 2 ++
3 files changed, 25 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9cb4fab1e82821ec27c55420c54440d8fb3469a2
--
DragonFly BSD source repository
More information about the Commits
mailing list