From nobody Thu Dec 02 02:45:39 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id DF2DA18B2C60; Thu, 2 Dec 2021 02:45:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J4L0z49LRz4sZF; Thu, 2 Dec 2021 02:45:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F72C158B7; Thu, 2 Dec 2021 02:45:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B22jdgf087238; Thu, 2 Dec 2021 02:45:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B22jd58087237; Thu, 2 Dec 2021 02:45:39 GMT (envelope-from git) Date: Thu, 2 Dec 2021 02:45:39 GMT Message-Id: <202112020245.1B22jd58087237@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ed Maste Subject: git: c3f345ae3c0f - main - OptionalObsoleteFiles.inc: remove MK_CXX rule for usr/bin/c++ List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c3f345ae3c0fac0684f83cff72ae23da18468777 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638413139; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=DbujuKwJdFbxAc7d9X2e6Wk0UVz37dYVrwOAs1VNswE=; b=cxIMsVazHg6HoXihLjkAMtD+nymasTIB+xgxni++XnZoVqnVdSvG/e1wpopmbEhL4x08XB J+nIyOm1gYMOC7qjs5NdKADnhjvHlbgwq2YSVSlwodScdF91Am+87YvlMjBom4AAor2dq3 Es8fOn6ZFJVU90lU1TcAFuwyRVaK4ovxlUUMSrJ+SyFm5QKTN9GAntAbTAgU2EXxWba3JV ByOgBetGNWh1JYS43mBL7SQR6Hbaop2zzBkTe6UVAehzs2iehFU5CYJBZD9YzsvbD96ZLm S7Y1XAdb7vh6VJTmA8caPTHVtUNGPjfptARxbmiFQy69kL80KU64guAYDOl4Aw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638413139; a=rsa-sha256; cv=none; b=ryQMx/w38bVrLdL5q/T8ubebS1RNp0qaVijTdv0WG0rFHoHi2Nc79nO3IxiYmZ1oXoDd8V hAWS8O9Af7oIzRS2Uhg823xIuuM44qAJpnrojPRjLjSexHsGEK1Y1l4ihjv3iO+gZ7x1AN VfTEIxNMxBdgdFG9AExHOhGA+hJKwGfd2lXyytV0rD83SBH7ZcZfR80WKEDAxgwf/4kmyc qwRHXFg+f1pxktZ0n3/QymGYs6RCjViOYw0iLG1lZ1s2SAi8sPfBlt9fYo8kQWGQqQIfVh QQfV6V9RUEzVq/ygknvk7kh/TnXofbfoLcX4n7pYVSB7WkEOyv0vSlwjW2041g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=c3f345ae3c0fac0684f83cff72ae23da18468777 commit c3f345ae3c0fac0684f83cff72ae23da18468777 Author: Ed Maste AuthorDate: 2021-12-01 21:49:16 +0000 Commit: Ed Maste CommitDate: 2021-12-02 02:42:48 +0000 OptionalObsoleteFiles.inc: remove MK_CXX rule for usr/bin/c++ In fact MK_CXX does not control whether /usr/bin/c++ is built -- it is installed as a link to Clang (which is always a C/C++ compiler), and it already exists in OptionalObsoleteFiles under MK_TOOLCHAIN. Sponsored by: The FreeBSD Foundation --- tools/build/mk/OptionalObsoleteFiles.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 4082492f0fe7..e6b1b1909771 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1640,11 +1640,6 @@ OLD_FILES+=usr/share/man/man3/cuse_wait_and_process.3.gz OLD_DIRS+=usr/include/fs/cuse .endif -# devd(8) not listed here on purpose -.if ${MK_CXX} == no -OLD_FILES+=usr/bin/c++ -.endif - .if ${MK_DEBUG_FILES} == no .if exists(${DESTDIR}/usr/lib/debug) DEBUG_DIRS!=find ${DESTDIR}/usr/lib/debug -mindepth 1 \