[Pkg-xen-changes] [xen] 33/36: Run configure at toplevel.

Bastian Blank waldi at moszumanska.debian.org
Sun Dec 14 21:06:38 UTC 2014


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

waldi pushed a commit to branch feature/4.5.0-rc3
in repository xen.

commit e108d98554aff5d703bfff36d12013e1ee001de4
Author: Ian Campbell <ijc at hellion.org.uk>
Date:   Fri Nov 7 12:27:27 2014 +0000

    Run configure at toplevel.
    
    This is needed to get Paths.mk correctly generated.
    
    In each case invoke with the appropriate set of --disable-foo to
    remove the things which are unneeded for that sub-build.
---
 debian/rules.real | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules.real b/debian/rules.real
index 981b325..6cc0cc1 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -35,10 +35,9 @@ $(STAMPS_DIR)/setup-docs:
 	mkdir -p $(DIR)
 	cp -al $(SOURCE_FILES) $(DIR)
 	cp --remove-destination /usr/share/misc/config.guess /usr/share/misc/config.sub $(DIR)
-	cd $(DIR)/docs; ./configure --prefix=/usr
-	cd $(DIR)/tools; \
+	cd $(DIR); \
 		WGET=/bin/false \
-		./configure --prefix=/usr
+		./configure --disable-stubdom --disable-xen --prefix=/usr
 	@$(stamp)
 
 $(STAMPS_DIR)/setup-hypervisor_$(ARCH)_$(FLAVOUR): SOURCE_FILES = $(filter-out debian, $(wildcard *))
@@ -57,9 +56,10 @@ $(STAMPS_DIR)/setup-utils_$(ARCH):
 	mkdir -p $(DIR)
 	cp -al $(SOURCE_FILES) $(DIR)
 	cp --remove-destination /usr/share/misc/config.guess /usr/share/misc/config.sub $(DIR)
-	cd $(DIR)/tools; \
+	cd $(DIR); \
 		WGET=/bin/false \
 		./configure \
+			--disable-docs --disable-stubdom --disable-xen \
 			--prefix=/usr \
 			--includedir=$${prefix}/include \
 			--mandir=$${prefix}/share/man \

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



More information about the Pkg-xen-changes mailing list