]> git.donarmstrong.com Git - debhelper.git/commit
reduce amount of MAKEFLAGS cleaning
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 28 Oct 2009 21:23:28 +0000 (17:23 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 28 Oct 2009 21:31:01 +0000 (17:31 -0400)
commit2ec1c8af7f5216b574a93240e2a68a896b0896c1
treefa4089d38ff270035d797b63d7241406c4e02f9b
parent76719d85abaa3a536af862b0aac2307d735e84d8
reduce amount of MAKEFLAGS cleaning

Now clean_jobserver_makeflags will only remove --jobserver settings
from MAKEFLAGS. This is simpler and easier to understand than
the old behavior, which, if there was no --jobserver, removed
all -j and --jobs, while leaving those when removing --jobserver.

This relies on -j options passed to make overriding
-j settings in MAKEFLAGS. So we don't need to clean those out,
we can just override them.
Debian/Debhelper/Buildsystem/makefile.pm
Debian/Debhelper/Dh_Lib.pm
dh
t/buildsystems/buildsystem_tests