summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-09-23 10:01:11 -0600
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 10:31:07 +0100
commita21270bacbc7a80e544acbbb8aea6711b0ada137 (patch)
tree8a40bc8a98dfdb87c84313e5981bacf6a6e3b9b4
parent5d5f08d641191c5dff2bc2ac172d6596c157b385 (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)