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 546871381FA for ; Thu, 5 Jun 2014 22:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B313DE098E; Thu, 5 Jun 2014 22:09:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93AA7E097B for ; Thu, 5 Jun 2014 22:09:14 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7420033FE3F for ; Thu, 5 Jun 2014 22:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B95D6181A9 for ; Thu, 5 Jun 2014 22:09:10 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1396554793.41a330fd5e60b914b69a38c29339e4c7784d4ed5.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 41a330fd5e60b914b69a38c29339e4c7784d4ed5 X-VCS-Branch: master Date: Thu, 5 Jun 2014 22:09:10 +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: 7f143227-a3bb-4006-a57c-f253d145fbb6 X-Archives-Hash: 73d9149db4de45085e053794ce1d35c2 commit: 41a330fd5e60b914b69a38c29339e4c7784d4ed5 Author: André Erdmann mailerd de> AuthorDate: Thu Apr 3 19:53:13 2014 +0000 Commit: André Erdmann mailerd de> CommitDate: Thu Apr 3 19:53:13 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=41a330fd Makefile, "dist": remove useless check --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 1e96354..d61ae2e 100644 --- a/Makefile +++ b/Makefile @@ -272,9 +272,6 @@ generate-files-commit: gemerate-files # creates a src tarball (.tar.bz2) PHONY += dist dist: distclean generate-files $(_DIST_PYDOC_DEP) | $(PKG_DISTDIR) -ifeq ($(DIST_TAR)$(DIST_BZIP2)$(DIST_GZIP)$(DIST_XZ),) - $(error at least one of DIST_{TAR,BZIP2,GZIP,XZ} must be set) -endif $(eval MY_$@_BASEVER := $(shell cat $(VERSION_FILE))) test -n '$(MY_$@_BASEVER)'