~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to debian/rules.d/0-common-vars.mk

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-07-11 13:31:31 UTC
  • mfrom: (14.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090711133131-omdhleccno39rayr
Tags: 2.6.29.6-1.1
New upstream kernel and RT patchset release

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
 
100
100
# target_flavour is filled in for each step
101
101
kmake = make ARCH=$(build_arch) \
102
 
        EXTRAVERSION=.5-$(abinum)-$(target_flavour) \
 
102
        EXTRAVERSION=.6-$(abinum)-$(target_flavour) \
103
103
        CONFIG_DEBUG_SECTION_MISMATCH=y SUBLEVEL=$(SUBLEVEL) \
104
104
        KBUILD_BUILD_VERSION="$(uploadnum)"
105
105
ifneq ($(LOCAL_ENV_CC),)