From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5EE3158086 for ; Thu, 21 Oct 2021 08:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B879E08DD; Thu, 21 Oct 2021 08:07:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C03BCE08DD for ; Thu, 21 Oct 2021 08:07:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9C93342F53 for ; Thu, 21 Oct 2021 08:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0A06132 for ; Thu, 21 Oct 2021 08:06:32 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1634803569.17608a9e94643f79a50cccce6fe3274a7a3210bf.vapier@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: libsandbox/, libsbutil/ X-VCS-Repository: proj/sandbox X-VCS-Files: libsandbox/headers.h libsandbox/local.mk libsbutil/headers.h libsbutil/local.mk X-VCS-Directories: libsbutil/ libsandbox/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 17608a9e94643f79a50cccce6fe3274a7a3210bf X-VCS-Branch: master Date: Thu, 21 Oct 2021 08:06:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 545a9eab-a146-4164-b33a-8963328e026a X-Archives-Hash: 27d07124f5db5b6b981ca5a5f8327df6 commit: 17608a9e94643f79a50cccce6fe3274a7a3210bf Author: Mike Frysinger gentoo org> AuthorDate: Thu Oct 21 08:06:09 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Oct 21 08:06:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=17608a9e delete redundant headers.h stub These dirs have -I paths to the top-level, so these redirects aren't that useful anymore. Signed-off-by: Mike Frysinger gentoo.org> libsandbox/headers.h | 1 - libsandbox/local.mk | 1 - libsbutil/headers.h | 1 - libsbutil/local.mk | 1 - 4 files changed, 4 deletions(-) diff --git a/libsandbox/headers.h b/libsandbox/headers.h deleted file mode 100644 index 7fcc3b2..0000000 --- a/libsandbox/headers.h +++ /dev/null @@ -1 +0,0 @@ -#include "../headers.h" diff --git a/libsandbox/local.mk b/libsandbox/local.mk index 9ddecb9..892121a 100644 --- a/libsandbox/local.mk +++ b/libsandbox/local.mk @@ -24,7 +24,6 @@ libsbutil/.libs/libsbutil.a: libsbutil/libsbutil.la -avoid-version \ $(LDFLAG_VER),%D%/libsandbox.map %C%_libsandbox_la_SOURCES = \ - %D%/headers.h \ %D%/libsandbox.h \ %D%/libsandbox.c \ %D%/lock.c \ diff --git a/libsbutil/headers.h b/libsbutil/headers.h deleted file mode 100644 index 7fcc3b2..0000000 --- a/libsbutil/headers.h +++ /dev/null @@ -1 +0,0 @@ -#include "../headers.h" diff --git a/libsbutil/local.mk b/libsbutil/local.mk index d1a9ffd..0133751 100644 --- a/libsbutil/local.mk +++ b/libsbutil/local.mk @@ -15,7 +15,6 @@ noinst_LTLIBRARIES += %D%/libsbutil.la %D%/get_sandbox_log.c \ %D%/get_tmp_dir.c \ %D%/environment.c \ - %D%/headers.h \ %D%/sb_backtrace.c \ %D%/sb_efuncs.c \ %D%/sb_gdb.c \