[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] stubdom: enable compilation/installation by default
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1216045263 -3600 # Node ID 63317b6c3eab23148bb16648e3246f3fd5cd3516 # Parent e3ead65e75b2e03638c032566033417ed742cd2a stubdom: enable compilation/installation by default Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx> --- Makefile | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff -r e3ead65e75b2 -r 63317b6c3eab Makefile --- a/Makefile Mon Jul 14 15:20:35 2008 +0100 +++ b/Makefile Mon Jul 14 15:21:03 2008 +0100 @@ -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) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |