]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
rename V variable to lib-version
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Aug 2012 04:21:31 +0000 (00:21 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Aug 2012 16:33:52 +0000 (12:33 -0400)
commit48da0b21630bb237b40086726f6ecd5bb2e2d988
treeb9002b0515d8d0281b19be1c7338d384815b8182
parent8c4ae0d4e5fbb98cc42e6207ff94f442df385bd2
rename V variable to lib-version

Due to the rise of kbuild type build systems (as the Linux kernel is a
popularly emulated environment), the V variable has become common as a
knob for controlling verbosity.  Unfortunately, if you run `make V=1`
with glibc during install, it fails with weird errors due to the glibc
build already using this variable for versioning information.

Granted, overriding this variable in the glibc context makes no sense
so people shouldn't be doing it, but when paired with build frameworks
that like to use one set of options for all packages, glibc starts to
stick out as an oddball (in that it fails).  Considering it's easy
enough to rename (it's used in just one place), let's do so.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ChangeLog
Makerules