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 CC76A1382C5 for ; Fri, 2 Mar 2018 18:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE635E0B1A; Fri, 2 Mar 2018 18:07:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCE17E0B1A for ; Fri, 2 Mar 2018 18:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D9D91335C4A for ; Fri, 2 Mar 2018 18:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A0F9213 for ; Fri, 2 Mar 2018 18:06:58 +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: <1409510579.83db19445f037ff9385f80ae7f9ed787bfc55262.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoo-bashcomp:master commit in: / X-VCS-Repository: proj/gentoo-bashcomp X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 83db19445f037ff9385f80ae7f9ed787bfc55262 X-VCS-Branch: master Date: Fri, 2 Mar 2018 18:06:58 +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: 5c8ae1b4-f4cd-47c1-9197-5775303caf11 X-Archives-Hash: 624e90b517460e22d82f789af8e44554 commit: 83db19445f037ff9385f80ae7f9ed787bfc55262 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 31 18:42:59 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 31 18:42:59 2014 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/commit/?id=83db1944 Makefile: remove the outdated install target temporarily. It is just wrong, so there is no point in keeping it for now. I will write new rules after refactoring the code. Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index e8f87cd..da4702b 100644 --- a/Makefile +++ b/Makefile @@ -5,18 +5,9 @@ distapp = gentoo-bashcomp distver := $(shell date -u +%Y%m%d) distpkg := $(distapp)-$(distver) -PREFIX = /usr - all: @echo Nothing to compile. -install: - install -d "$(DESTDIR)$(PREFIX)/share/bash-completion" - install -m0644 gentoo "$(DESTDIR)$(PREFIX)/share/bash-completion" - install -d "$(DESTDIR)/etc/bash_completion.d" - ln -snf "../..$(PREFIX)/share/bash-completion/gentoo" \ - "$(DESTDIR)/etc/bash_completion.d/gentoo" - tag: git pull git tag -a $(distpkg) -m "tag $(distpkg)" 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 E74D9138A2F for ; Sun, 31 Aug 2014 21:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99796E0BF7; Sun, 31 Aug 2014 21:19:09 +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 278D3E0BF4 for ; Sun, 31 Aug 2014 21:19:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27DCE33F892 for ; Sun, 31 Aug 2014 21:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD4C945EB for ; Sun, 31 Aug 2014 21:19:06 +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: <1409510579.83db19445f037ff9385f80ae7f9ed787bfc55262.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoo-bashcomp:master commit in: / X-VCS-Repository: proj/gentoo-bashcomp X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 83db19445f037ff9385f80ae7f9ed787bfc55262 X-VCS-Branch: master Date: Sun, 31 Aug 2014 21:19:06 +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: f0393011-a1a3-4c9a-814a-9eefa2f10549 X-Archives-Hash: 6d1e556eeb1f5bb67f109ae124d6b2bb Message-ID: <20140831211906.y4H9O6Kfiv5jiRFvqXbAXieDTPee5B-7FrDsEpjIjo4@z> commit: 83db19445f037ff9385f80ae7f9ed787bfc55262 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 31 18:42:59 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 31 18:42:59 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-bashcomp.git;a=commit;h=83db1944 Makefile: remove the outdated install target temporarily. It is just wrong, so there is no point in keeping it for now. I will write new rules after refactoring the code. --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index e8f87cd..da4702b 100644 --- a/Makefile +++ b/Makefile @@ -5,18 +5,9 @@ distapp = gentoo-bashcomp distver := $(shell date -u +%Y%m%d) distpkg := $(distapp)-$(distver) -PREFIX = /usr - all: @echo Nothing to compile. -install: - install -d "$(DESTDIR)$(PREFIX)/share/bash-completion" - install -m0644 gentoo "$(DESTDIR)$(PREFIX)/share/bash-completion" - install -d "$(DESTDIR)/etc/bash_completion.d" - ln -snf "../..$(PREFIX)/share/bash-completion/gentoo" \ - "$(DESTDIR)/etc/bash_completion.d/gentoo" - tag: git pull git tag -a $(distpkg) -m "tag $(distpkg)"