UBUNTU: [Packaging] Remove do_enforce_all variable

This is an old variable from the pre-annotations-only days and is no
longer used, so remove it.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Juerg Haefliger
2023-11-22 10:21:05 +01:00
committed by Paolo Pisati
parent e2a00036ab
commit 2fc179bee2
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
do_enforce_all = true
-1
View File
@@ -48,7 +48,6 @@ do_cloud_tools=$(sort $(filter-out false,$(do_tools_hyperv)))
do_tools_common?=true
do_tools_host?=false
do_tools_perf_jvmti?=false
do_enforce_all?=false
# Default settings for DKMS modules.
$(foreach _m,$(all_dkms_modules), \
-1
View File
@@ -66,7 +66,6 @@ printenv:
@echo " sipl_signed = $(sipl_signed)"
@echo
@echo "do_skip_checks = $(do_skip_checks)"
@echo "do_enforce_all = $(do_enforce_all)"
@echo "do_full_build = $(do_full_build)"
@echo "do_mainline_build = $(do_mainline_build)"
@echo "do_dbgsym_package = $(do_dbgsym_package)"