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-06-04 19:50:27 +0800
commitf98f618a301ba2de43d72223f55f9a26d9e2d5ff (patch)
tree3ba05015ab81616052d9ae5c7ff85a89ab2b707d
parent9165769018b722e1247f2b0638e958f77b955378 (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)