Remove -S from install commandsAs of usr.bin/xinstall/install.c revision 1.68, -S is a no-op andinstall(1) will always create files safely, thus clean the option usagefrom the tree.Diff from La
Remove -S from install commandsAs of usr.bin/xinstall/install.c revision 1.68, -S is a no-op andinstall(1) will always create files safely, thus clean the option usagefrom the tree.Diff from Lauri Tirkkonen <lotheac at iki dot fi>, thanks.
show more ...
install gcc, g++ as gcc and g++ instead of cc, c++ and create linksto the latter on non-clang architectures and make sure we build gccwith itself because clang won't be able to build itok naddy@
Import a BSD make based infrastructure for building gcc, based on thesame solution from FreeBSD.Don't even try to build it at the moment. This is commited so people canwork on it in tree.