aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-09-23 10:01:11 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-10-17 09:58:55 -0600
commited9409b178016e819329bf1d82674bac60ad3395 (patch)
tree08275bd1c6426258d8c99b942a51771689e59538
parent790f72f5d55dcc195c5400be78d12e8b9abbdb0e (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 b0c4203baeb..a10d6419f68 100644
--- a/debian/rules.d/0-common-vars.mk
+++ b/debian/rules.d/0-common-vars.mk
@@ -69,9 +69,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)