Commit 2ed8da46 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: [Debian] add feature interlock with mainline builds

Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 99c7a6fa
......@@ -57,6 +57,14 @@ ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
do_flavour_header_package=false
endif
# Being used to build a mainline build -- turn off things which do not work.
ifeq ($(do_mainline_build),true)
do_extras_package=false
do_tools=false
no_dumpfile=1
do_zfs=false
endif
# Disable tools build and packaging if do_tools != true
ifneq ($(do_tools),true)
do_linux_tools=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment