]> git.tuebingen.mpg.de Git - paraslash.git/commit
Makefile: Simplify option parsing for verbose build.
authorAndre Noll <maan@systemlinux.org>
Sat, 28 Jul 2012 09:03:28 +0000 (11:03 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 27 Aug 2012 11:01:06 +0000 (13:01 +0200)
commit46350883844352a1bcde8d13d680514aa3e54683
tree32ace93c9a96ebfcb98de5ec732953398c601fd0
parent072f54fe7a75e48d539213f2ae04a64c7eb86a4d
Makefile: Simplify option parsing for verbose build.

There is no point in introducing the intermediate BUILD_VERBOSE
variable. Just set $Q directly and make it a singly expanded variable.
Makefile.in