]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: [debian] bootstrap: switch to the new DEB_BUILD_PROFILE
authorAndy Whitcroft <apw@canonical.com>
Thu, 1 Nov 2012 13:42:28 +0000 (13:42 +0000)
committerTim Gardner <tim.gardner@canonical.com>
Fri, 26 Feb 2016 02:44:02 +0000 (19:44 -0700)
Signed-off-by: Andy Whitcroft <apw@canonical.com>
debian/rules

index c348f3acb3107dad544c5669d0c207b0d206dd8d..e1e44df35b50feecfaa24aa31ccbde3ddd1ed9ac 100755 (executable)
@@ -29,8 +29,11 @@ include $(DROOT)/rules.d/0-common-vars.mk
 # Maintainer targets
 include $(DROOT)/rules.d/1-maintainer.mk
 
-# Stages
+# Stages -- support both DEB_STAGE=stage1 and DEB_BUILD_PROFILE=bootstrap
 ifeq ($(DEB_STAGE),stage1)
+    DEB_BUILD_PROFILE=bootstrap
+endif
+ifeq ($(DEB_BUILD_PROFILE),bootstrap)
     do_tools=false
     do_doc_package=false
     do_source_package=false