From 533a2a2773f04d175bda34ea2f0202616b68be2b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 14 Jul 2008 15:21:03 +0100 Subject: stubdom: enable compilation/installation by default Signed-off-by: Samuel Thibault --- Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3