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 7C1BC139695 for ; Mon, 10 Apr 2017 16:59:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 895F7E0C39; Mon, 10 Apr 2017 16:59:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C582E0BE7 for ; Mon, 10 Apr 2017 16:59:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15F55341653 for ; Mon, 10 Apr 2017 16:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F6C37410 for ; Mon, 10 Apr 2017 16:59:30 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1491842697.bfa6b4ee0f8dbcca3d53e4debfd9acf788aa1a7d.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: / X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: bfa6b4ee0f8dbcca3d53e4debfd9acf788aa1a7d X-VCS-Branch: master Date: Mon, 10 Apr 2017 16:59:30 +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-Archives-Salt: 78646089-ce02-4ebf-aadb-34e3e873bde2 X-Archives-Hash: 20c1f42688705848c9e92f665b8cf1fd commit: bfa6b4ee0f8dbcca3d53e4debfd9acf788aa1a7d Author: cgzones googlemail com> AuthorDate: Wed Mar 29 15:18:04 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Apr 10 16:44:57 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=bfa6b4ee clean up python3 cache on make bare Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4c768b55..325bf5a2 100644 --- a/Makefile +++ b/Makefile @@ -636,6 +636,7 @@ bare: clean ifndef LOCAL_ROOT $(verbose) rm -f $(fcsort) $(verbose) rm -f $(support)/*.pyc + $(verbose) rm -Rf $(support)/__pycache__/ ifneq ($(generated_te),) $(verbose) rm -f $(generated_te) endif