mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
debian/lib/python/debian_linux/gencontrol.py: Fix.
svn path=/dists/trunk/linux-2.6/; revision=9222
This commit is contained in:
5
debian/lib/python/debian_linux/gencontrol.py
vendored
5
debian/lib/python/debian_linux/gencontrol.py
vendored
@@ -105,11 +105,6 @@ class Gencontrol(object):
|
||||
vars.update(config_entry)
|
||||
vars['arch'] = arch
|
||||
|
||||
if not config_entry.get('available', True):
|
||||
for i in self.makefile_targets:
|
||||
makefile.append(("%s-%s:" % (i, arch), ["@echo Architecture %s is not available!" % arch, "@exit 1"]))
|
||||
return
|
||||
|
||||
makeflags['ARCH'] = arch
|
||||
|
||||
vars['localversion'] = ''
|
||||
|
||||
Reference in New Issue
Block a user