debian/lib/python/debian_linux/gencontrol.py:

Remove compiler setting from makeflags.

svn path=/dists/sid/linux-2.6/; revision=7196
This commit is contained in:
Bastian Blank 2006-08-19 15:37:30 +00:00
parent e75f8e9385
commit dd1c501b82
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ class gencontrol(object):
def do_flavour_setup(self, vars, makeflags, arch, subarch, flavour, extra):
for i in (
('compiler', 'COMPILER'),
('kernel-arch', 'KERNEL_ARCH'),
('localversion', 'LOCALVERSION'),
):