]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] compiling: implement VPATH rewrites using GNU make primitives
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 31 Jan 2012 14:04:06 +0000 (15:04 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 31 Jan 2012 20:21:04 +0000 (21:21 +0100)
commitcf93724d892011c1b5f6c10e7c693212190f4bae
tree810fd3e66450e51bc9f04e6e33226026fb2fe952
parentd8422c9488564396d19f7bda0318829e735f9a5a
[ng] compiling: implement VPATH rewrites using GNU make primitives

This will shave off extra forks from compilation rules.  No semantic
change is expected from this commit.  Suggestion from Eric Bake.

* lib/am/depend2.am (am__vpath_rewrite): New internal macro,
implements VPATH rewrites only using GNU make primitives.
Use it in several compilation rules.
lib/am/depend2.am