From: iap10@labyrinth.cl.cam.ac.uk Date: Mon, 21 Jun 2004 06:48:59 +0000 (+0000) Subject: bitkeeper revision 1.988.1.1 (40d684dbwUdI_vXbxca8SVxCnwHYlw) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18130^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c925a6b87df8d5268b868b660fb857335ae7a870;p=xen.git bitkeeper revision 1.988.1.1 (40d684dbwUdI_vXbxca8SVxCnwHYlw) Build and install linux modules in main Makefile --- diff --git a/Makefile b/Makefile index aed192802c..0703b546b7 100644 --- a/Makefile +++ b/Makefile @@ -54,10 +54,14 @@ linux_%_config: # build and install to a specified install name linux_%: + $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen modules + $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen INSTALL_NAME=$(subst linux_,$(LINUX_VER)-,$(@)) INSTALL_MOD_PATH=$(INSTALL_DIR) modules_install $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen INSTALL_NAME=$(subst linux_,$(LINUX_VER)-,$(@)) INSTALL_PATH=$(INSTALL_DIR) install # shorthand with no siffix linux: + $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen modules + $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen INSTALL_NAME=$(subst linux_,$(LINUX_VER)-,$(@)) INSTALL_MOD_PATH=$(INSTALL_DIR) modules_install $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen INSTALL_PATH=$(INSTALL_DIR) install # build xen, the tools, and a domain 0 plus unprivileged linux-xen images,