Build - for /rescue transition must make upgrade
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 13 Aug 2018 04:03:28 +0000 (21:03 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 13 Aug 2018 04:03:28 +0000 (21:03 -0700)
commit3f2f08f6f86c30e468080a925341df6054afff41
treeb407526fd44a9d1f9c4dfb392ffdffd5f135f3d5
parentab8c8a18bc701ec390c7ba2a4d6f3e8ab461e91b
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).
Makefile.inc1
Makefile_upgrade.inc