[kernel] r17867 - dists/trunk/linux-2.6/debian/bin
Ben Hutchings
benh at alioth.debian.org
Fri Jul 29 14:24:19 UTC 2011
Author: benh
Date: Fri Jul 29 14:24:17 2011
New Revision: 17867
Log:
Add makefile targets to build linux-libc-dev only
Requested to aid architecture bootstrapping.
Modified:
dists/trunk/linux-2.6/debian/bin/gencontrol.py
Modified: dists/trunk/linux-2.6/debian/bin/gencontrol.py
==============================================================================
--- dists/trunk/linux-2.6/debian/bin/gencontrol.py Fri Jul 29 13:21:43 2011 (r17866)
+++ dists/trunk/linux-2.6/debian/bin/gencontrol.py Fri Jul 29 14:24:17 2011 (r17867)
@@ -63,6 +63,12 @@
makefile.add('binary-arch_%s_real' % arch, cmds = cmds_binary_arch)
makefile.add('source_%s_real' % arch, cmds = cmds_source)
+ # Shortcut to aid architecture bootstrapping
+ makefile.add('binary-libc-dev_%s' % arch,
+ ['source_%s_real' % arch],
+ ["$(MAKE) -f debian/rules.real install-libc-dev_%s %s" %
+ (arch, makeflags)])
+
def do_featureset_setup(self, vars, makeflags, arch, featureset, extra):
config_base = self.config.merge('base', arch, featureset)
makeflags['LOCALVERSION_HEADERS'] = vars['localversion_headers'] = vars['localversion']
More information about the Kernel-svn-changes
mailing list