]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: [Debian] standardise on stage1 for the bootstrap stage in line with debian
authorAndy Whitcroft <apw@canonical.com>
Tue, 1 Sep 2015 15:46:21 +0000 (16:46 +0100)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
Signed-off-by: Andy Whitcroft <apw@canonical.com>
debian/rules

index 1b65a1015cf78d21f0936f8b15cfb4bd5b998183..fed01750ded4fa977bb2d1475355d9c9030e61a3 100755 (executable)
@@ -44,12 +44,12 @@ endif
 
 # Stages -- support both DEB_STAGE=stage1 and DEB_BUILD_PROFILE=bootstrap
 ifeq ($(DEB_STAGE),stage1)
-    DEB_BUILD_PROFILE=bootstrap
+    DEB_BUILD_PROFILES=stage1
 endif
 ifneq ($(DEB_BUILD_PROFILE),)
     DEB_BUILD_PROFILES=$(DEB_BUILD_PROFILE)
 endif
-ifneq ($(filter bootstrap,$(DEB_BUILD_PROFILES)),)
+ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
     do_tools=false
     do_doc_package=false
     do_source_package=false