From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DC6241381F3 for ; Fri, 10 May 2013 22:47:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACA23E08C7; Fri, 10 May 2013 22:47:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E191E091C for ; Fri, 10 May 2013 22:47:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D2C633DBE6 for ; Fri, 10 May 2013 22:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AC219E51AB for ; Fri, 10 May 2013 22:47:02 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1368225691.c508a549f93ab96db4a3c9a114a11f270994e2b8.idl0r@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: src/echangelog/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: src/echangelog/Makefile X-VCS-Directories: src/echangelog/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: c508a549f93ab96db4a3c9a114a11f270994e2b8 X-VCS-Branch: gentoolkit-dev Date: Fri, 10 May 2013 22:47:02 +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: f0e3e203-346a-44c2-ad2a-0e7769329d65 X-Archives-Hash: ecaa8272bfceb8ba849de248ceab47ac commit: c508a549f93ab96db4a3c9a114a11f270994e2b8 Author: Christian Ruppert gentoo org> AuthorDate: Fri May 10 22:41:31 2013 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Fri May 10 22:41:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=c508a549 Add clean target for echangelog --- src/echangelog/Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/echangelog/Makefile b/src/echangelog/Makefile index fa2b38d..5d344b0 100644 --- a/src/echangelog/Makefile +++ b/src/echangelog/Makefile @@ -10,6 +10,9 @@ include ../../makedefs.mak all: +clean: + $(RM) -r test/tmp + test: cd test; sh test.sh