git: Makefile: Make 'installworld' depend on 'preupgrade'

Aaron LI aly at crater.dragonflybsd.org
Thu Jun 24 07:39:11 PDT 2021


commit 6d657f85300bddf82b40bc566b6cabb2f74e105e
Author: Aaron LI <aly at aaronly.me>
Date:   Fri May 28 07:17:12 2021 +0800

    Makefile: Make 'installworld' depend on 'preupgrade'
    
    The 'preupgrade' target will creates new users/groups, which may be
    required by the 'installworld' target, so make 'installworld' depend on
    'preupgrade'.  This will fix the installation of nvmmctl(8) that
    requires the 'nvmm' group.
    
    As another result, no longer need to check for users/groups in the
    'installcheck' target.

Summary of changes:
 Makefile      |  9 +++++----
 Makefile.inc1 | 12 ------------
 2 files changed, 5 insertions(+), 16 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6d657f85300bddf82b40bc566b6cabb2f74e105e


-- 
DragonFly BSD source repository


More information about the Commits mailing list