summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-09-23 10:01:11 -0600
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-03-05 13:04:17 +0100
commite1c66cf7d7b78b5eb989a627dcd477e09b8af7e4 (patch)
treedeeb686d5ec2025efcf92ba52ea68f8327b1f05b
parentb3b73f8d2f14044616222ec37c15851e6ab6e815 (diff)
LINARO: always build debug packages
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--debian/rules.d/0-common-vars.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules.d/0-common-vars.mk b/debian/rules.d/0-common-vars.mk
index 72ab3e822fb..986b950e5e7 100644
--- a/debian/rules.d/0-common-vars.mk
+++ b/debian/rules.d/0-common-vars.mk
@@ -66,9 +66,9 @@ endif
# The debug packages are ginormous, so you probably want to skip
# building them (as a developer).
#
-ifeq ($(full_build),false)
-skipdbg=true
-endif
+#ifeq ($(full_build),false)
+#skipdbg=true
+#endif
abinum := $(shell echo $(revision) | sed -e 's/\..*//')$(abi_suffix)
prev_abinum := $(shell echo $(prev_revision) | sed -e 's/\..*//')$(abi_suffix)