From: sthen Date: Mon, 3 May 2021 11:34:55 +0000 (+0000) Subject: remove old gcc/g++ binaries at update time; covers the most common case X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3e0010d1b34e0c09146117f3537221ee529b5cea;p=openbsd remove old gcc/g++ binaries at update time; covers the most common case where people will run into problems on amd64 now we don't build gcc. (the gcc-lib files are already removed by bsd.rd upgrades, and gcc/g++ don't work without them). --- diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 36741fa9510..b9f0b400a82 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1163 2021/03/19 23:52:55 kn Exp $ +# $OpenBSD: install.sub,v 1.1164 2021/05/03 11:34:55 sthen Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer @@ -1682,6 +1682,7 @@ install_files() { fi if isin comp$VERSION.tgz $_get_sets; then rm -rf /mnt/usr/lib/{gcc-lib,clang} + rm -rf /mnt/usr/bin/{gcc,g++} rm -rf /mnt/usr/include/g++ fi rm -rf /mnt/var/syspatch/*