summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-31 20:42:59 +0200
committerMichał Górny <mgorny@gentoo.org>2014-08-31 20:42:59 +0200
commit83db19445f037ff9385f80ae7f9ed787bfc55262 (patch)
treec3df91ade42152560d42699d4b868bcb163739e0
parentStyle and performance improvements based on suggestions by Steven J. Long. (diff)
downloadgentoo-bashcomp-83db1944.tar.gz
gentoo-bashcomp-83db1944.tar.bz2
gentoo-bashcomp-83db1944.zip
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.
-rw-r--r--Makefile9
1 files changed, 0 insertions, 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)"