git: Build - for /rescue transition must make upgrade

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Aug 12 21:05:03 PDT 2018


commit 3f2f08f6f86c30e468080a925341df6054afff41
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Aug 12 21:03:28 2018 -0700

    Build - for /rescue transition must make upgrade
    
    * Must make upgrade before make rescue when transitioning to the new
      /rescue topology.
    
    * Must ensure certain header files are not present.  make rescue
      currently improperly uses /usr/include which can have all sorts of
      cruft in it.
    
    * This is a quick hack, will be fixed by a later cleanup of the
      make rescue target to properly split it into buildworld (to build)
      and installworld (to install).

Summary of changes:
 Makefile.inc1        | 4 ++++
 Makefile_upgrade.inc | 6 ++++++
 2 files changed, 10 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3f2f08f6f86c30e468080a925341df6054afff41


-- 
DragonFly BSD source repository



More information about the Commits mailing list