From: Keir Fraser Date: Mon, 14 Jul 2008 14:21:03 +0000 (+0100) Subject: stubdom: enable compilation/installation by default X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14188^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=533a2a2773f04d175bda34ea2f0202616b68be2b;p=xen.git stubdom: enable compilation/installation by default Signed-off-by: Samuel Thibault --- diff --git a/Makefile b/Makefile index ca9f164740..35a09a6aa7 100644 --- a/Makefile +++ b/Makefile @@ -15,18 +15,13 @@ include buildconfigs/Rules.mk # build and install everything into the standard system directories .PHONY: install -ifdef CONFIG_STUBDOM -install: install-stubdom -endif -install: install-xen install-kernels install-tools install-docs +install: install-xen install-kernels install-tools install-stubdom install-docs .PHONY: build build: kernels $(MAKE) -C xen build $(MAKE) -C tools build -ifdef CONFIG_STUBDOM $(MAKE) -C stubdom build -endif $(MAKE) -C docs build # The test target is for unit tests that can run without an installation. Of @@ -39,10 +34,7 @@ test: # build and install everything into local dist directory .PHONY: dist dist: DESTDIR=$(DISTDIR)/install -ifdef CONFIG_STUBDOM -dist: dist-stubdom -endif -dist: dist-xen dist-kernels dist-tools dist-docs +dist: dist-xen dist-kernels dist-tools dist-stubdom dist-docs $(INSTALL_DIR) $(DISTDIR)/check $(INSTALL_DATA) ./COPYING $(DISTDIR) $(INSTALL_DATA) ./README $(DISTDIR)