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 CA8E6158086 for ; Fri, 22 Oct 2021 07:21:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 114E5E0866; Fri, 22 Oct 2021 07:21:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF9E1E0866 for ; Fri, 22 Oct 2021 07:21:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5934E3433EB for ; Fri, 22 Oct 2021 07:21:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB2F715A for ; Fri, 22 Oct 2021 07:21:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1634887295.53ffbaeb24f6ee22a2dcd70fad29c86a4dd863c2.mgorny@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: libsandbox/, libsbutil/, src/ X-VCS-Repository: proj/sandbox X-VCS-Files: libsandbox/Makefile libsbutil/Makefile src/Makefile X-VCS-Directories: libsandbox/ src/ libsbutil/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 53ffbaeb24f6ee22a2dcd70fad29c86a4dd863c2 X-VCS-Branch: master Date: Fri, 22 Oct 2021 07:21:48 +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: 2c6d8364-c284-4253-b1c2-9408d4731f2f X-Archives-Hash: 40980d332f03655dc07dde8366f84624 commit: 53ffbaeb24f6ee22a2dcd70fad29c86a4dd863c2 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 22 07:21:35 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 22 07:21:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=53ffbaeb Remove leftover generated Makefiles from the repo (sic!) Signed-off-by: Michał Górny gentoo.org> libsandbox/Makefile | 4 ---- libsbutil/Makefile | 4 ---- src/Makefile | 4 ---- 3 files changed, 12 deletions(-) diff --git a/libsandbox/Makefile b/libsandbox/Makefile deleted file mode 100644 index 2db82ff..0000000 --- a/libsandbox/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -# Helper for developers. -all libsandbox libsandbox.la: libsandbox/libsandbox.la ; -clean: ; rm -f *.o *.l[ao] .libs/* -%: ; $(MAKE) -C .. $@ diff --git a/libsbutil/Makefile b/libsbutil/Makefile deleted file mode 100644 index f5638c7..0000000 --- a/libsbutil/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -# Helper for developers. -all libsbutil libsbutil.la: libsbutil/libsbutil.la ; -clean: ; rm -f *.o *.l[ao] .libs/* -%: ; $(MAKE) -C .. $@ diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 4b2bc35..0000000 --- a/src/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -# Helper for developers. -all sandbox: src/sandbox ; -clean: ; rm -f *.o *.l[ao] .libs/* sandbox -%: ; $(MAKE) -C .. $@