git: dsynth - Fix 'debug' mode

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Nov 22 12:03:43 PST 2019


commit 710838f7358f0a93fa860fe14f811419026456f0
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Nov 22 11:52:52 2019 -0800

    dsynth - Fix 'debug' mode
    
    * Fix the 'debug' directive to proper build pre-cursor packages
      without freezing and to only build the packages explicitly specified
      on the command line with freezing.
    
    * This reworks the global flag a bit.  It wasn't entirely easy
      because the WORKERs are exec'd sub-processes.

Summary of changes:
 usr.bin/dsynth/build.c   | 30 +++++++++++++++++++++++-------
 usr.bin/dsynth/dsynth.c  | 15 +++++++--------
 usr.bin/dsynth/dsynth.h  |  4 +++-
 usr.bin/dsynth/pkglist.c | 28 +++++++++++++++++-----------
 4 files changed, 50 insertions(+), 27 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/710838f7358f0a93fa860fe14f811419026456f0


-- 
DragonFly BSD source repository


More information about the Commits mailing list