aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-01-15 20:39:08 +0000
committerChristian Ruppert <idl0r@gentoo.org>2012-01-15 20:39:08 +0000
commit01196317679f9b969a4417369714a34524bc74b0 (patch)
tree2425ff718727fb06ef2df12305fa924aa4ef2753 /Makefile
parentMore whitespace (diff)
downloadgentoo-vdr-scripts-01196317679f9b969a4417369714a34524bc74b0.tar.gz
gentoo-vdr-scripts-01196317679f9b969a4417369714a34524bc74b0.tar.bz2
gentoo-vdr-scripts-01196317679f9b969a4417369714a34524bc74b0.zip
wait_on_pid has been moved to sys-process/wait_on_pid
svn path=/gentoo-vdr-scripts/trunk/; revision=687
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index b77a1ec..c36f711 100644
--- a/Makefile
+++ b/Makefile
@@ -4,13 +4,7 @@ SHELL = /bin/bash
SUBDIRS = etc usr vdrplugin-rebuild
-all: compile
-
-compile:
- $(MAKE) -C usr/bin compile
-
-clean:
- $(MAKE) -C usr/bin clean
+all:
VERSION := $(shell grep '^Version' README | awk '{ print $$2 }')
TMPDIR = /tmp