diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-01-15 20:39:08 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-01-15 20:39:08 +0000 |
commit | 01196317679f9b969a4417369714a34524bc74b0 (patch) | |
tree | 2425ff718727fb06ef2df12305fa924aa4ef2753 /Makefile | |
parent | More whitespace (diff) | |
download | gentoo-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-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |