git: DragonFly_RELEASE_6_2 dsynth - Add Check_plist config file option

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Dec 17 12:38:44 PST 2022


commit 02796fa700f7cb96eab5e53e23276f98672518d9
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/02796fa700f7cb96eab5e53e23276f98672518d9


-- 
DragonFly BSD source repository


More information about the Commits mailing list