[Pkg-xen-changes] [xen] 32/34: Run configure at toplevel.

Ian James Campbell ijc at moszumanska.debian.org
Tue Dec 9 12:49:55 UTC 2014


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

ijc pushed a commit to branch feature/experimental-rc3
in repository xen.

commit c0bc5fe73b2fcf3b0e0ff37cafef1aebf56be60f
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 f97be8b..47b6368 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=/usr/include \
 			--mandir=/usr/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