[Crosstoolchain-logs] [gdb] 13/14: debian/rules: Carry over more configure flags to secondary packages

Samuel Bronson naesten-guest at moszumanska.debian.org
Wed May 7 20:37:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

naesten-guest pushed a commit to branch master
in repository gdb.

commit 7d9d7dcdc619505fdefc82739e7eac99bbeb38eb
Author: Samuel Bronson <naesten at gmail.com>
Date:   Wed May 7 15:54:59 2014 -0400

    debian/rules: Carry over more configure flags to secondary packages
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5ec468b..c9181b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -207,7 +207,7 @@ build/gdb64:: build64-stamp
 build64-stamp:
 	mkdir -p $(BUILDDIR64)
 	cd $(BUILDDIR64) && CC="$(CC64)" CFLAGS="$(CFLAGS64)" AR=ar \
-	  $(shell pwd)/configure $(DEB_CONFIGURE_FLAGS_64)
+	  $(shell pwd)/configure $(DEB_CONFIGURE_NORMAL_ARGS) $(DEB_CONFIGURE_DEBUG_ARGS) $(DEB_CONFIGURE_FLAGS_64)
 	cd $(BUILDDIR64) && $(DEB_MAKE_ENVVARS) $(MAKE) $(NJOBS)
 	touch $@
 
@@ -215,7 +215,7 @@ build/gdb-multiarch:: build-multiarch-stamp
 build-multiarch-stamp:
 	mkdir -p $(BUILDDIRMULTIARCH)
 	cd $(BUILDDIRMULTIARCH) && CFLAGS="$(CFLAGS)" \
-	  $(shell pwd)/configure $(DEB_CONFIGURE_FLAGS_MULTIARCH)
+	  $(shell pwd)/configure $(DEB_CONFIGURE_NORMAL_ARGS) $(DEB_CONFIGURE_DEBUG_ARGS) $(DEB_CONFIGURE_FLAGS_MULTIARCH)
 	cd $(BUILDDIRMULTIARCH) && $(DEB_MAKE_ENVVARS) $(MAKE) $(NJOBS)
 	touch $@
 
@@ -223,7 +223,7 @@ build/gdb-minimal:: build-minimal-stamp
 build-minimal-stamp:
 	mkdir -p $(BUILDDIRMIN)
 	cd $(BUILDDIRMIN) && CFLAGS="$(CFLAGS)" \
-	  $(shell pwd)/configure $(DEB_CONFIGURE_FLAGS_MIN)
+	  $(shell pwd)/configure $(DEB_CONFIGURE_NORMAL_ARGS) $(DEB_CONFIGURE_DEBUG_ARGS) $(DEB_CONFIGURE_FLAGS_MIN)
 	cd $(BUILDDIRMIN) && $(DEB_MAKE_ENVVARS) $(MAKE) $(NJOBS)
 	touch $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git



More information about the Crosstoolchain-logs mailing list