]> sourceware.org Git - lvm2.git/commit
makefiles: avoid using vpath for rules files
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 9 Mar 2016 16:52:29 +0000 (17:52 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 10 Mar 2016 17:38:53 +0000 (18:38 +0100)
commit86a23b2145e4abde3086a22ceb15438515b0053d
tree932dede380c6972985c653a262569f5d5cdcebe4
parent70cbd8f1a5cc6abb418a90529bc12a2813806f13
makefiles: avoid using vpath for rules files

Fixing vpath usage as it has been checking for existance of
generated file also in the $(scrdir) e.g.:

No need to remake target '10-dm.rules.in'; using VPATH name '...'

If the $(srcdir) had been also $(builddir) and contained already
generated rules file, it's been used instead generating new
one.

(See: http://make.mad-scientist.net/papers/how-not-to-use-vpath/)
WHATS_NEW
udev/Makefile.in
This page took 0.031348 seconds and 5 git commands to generate.