bootstrap: Remove helpers for upgrading directly from pre 4.4
authorzrj <rimvydas.jasinskas@gmail.com>
Sat, 28 Oct 2017 14:25:31 +0000 (17:25 +0300)
committerzrj <zrj@dragonflybsd.org>
Thu, 2 Nov 2017 07:44:10 +0000 (09:44 +0200)
commita90cc0c2165020badf17bb099e3beeab673cff2d
tree783990497c94de8f8a4986c47740f03848e8aa0e
parent0fe220b476799a00fcd13b4b715faddaa7b4b475
bootstrap: Remove helpers for upgrading directly from pre 4.4

This is partly needed to smooth out transition between c++98 to c++14
without switching to a rapid release cycling.

Many changes went in since 4.0 involving btools:
gnu/usr.bin/cc50/cc_tools - iconv() c++ issue, pre 4.4
gnu/usr.bin/grep - max_align_t issue, pre 4.2
usr.bin/chflags - chflagsat(2), pre 4.2
usr.bin/gencat - locales, pre 3.6(4.1 for safety)
usr.bin/sort - isnan(), pre 4.4

It is highly recomended to take an intermediate update step to any of
4.4, 4.6, 4.8 or 5.0 releases first when upgrading from older releases.
UPDATING
gnu/usr.bin/cc50/cc_tools/libcpp/Makefile
gnu/usr.bin/cc50/support-libs/libcpp/Makefile
gnu/usr.bin/grep/Makefile.inc
usr.bin/chflags/Makefile
usr.bin/chflags/chflags-compat.h [deleted file]
usr.bin/gencat/Makefile
usr.bin/sort/Makefile
usr.bin/sort/coll.c