ia64/xen-unstable
annotate netbsd-2.0-xen-sparse/Makefile @ 4184:8f0c441d9e25
bitkeeper revision 1.1249 (42387345w4RJ2RC5ifMnONI8xxsgWA)
manual merge with michaels latest
Signed-off-by: michael.fetterman@cl.cam.ac.uk
manual merge with michaels latest
Signed-off-by: michael.fetterman@cl.cam.ac.uk
author | rneugeba@wyvis.research.intel-research.net |
---|---|
date | Wed Mar 16 17:56:21 2005 +0000 (2005-03-16) |
parents | 0a4b76b6b5a0 |
children | 2a8ffe96dc3d a13b9052d91d a01199a95070 |
rev | line source |
---|---|
cl349@2443 | 1 # |
cl349@2443 | 2 # |
cl349@2443 | 3 # |
cl349@2443 | 4 |
cl349@2846 | 5 .PHONY: clean config install netbsd |
cl349@2443 | 6 |
cl349@2443 | 7 TOPDIR ?= $(shell pwd) |
cl349@2443 | 8 NETBSD_RELEASE ?= $(patsubst netbsd-%-xen%,%,$(notdir $(TOPDIR))) |
cl349@2443 | 9 NETBSD_VER ?= $(patsubst netbsd-%-xen%,%,$(notdir $(TOPDIR))) |
cl349@2443 | 10 |
cl349@2846 | 11 clean: |
cl349@2846 | 12 @mkdir -p compile/XEN |
cl349@2846 | 13 cd compile/XEN && TOPDIR=$(TOPDIR) NETBSD_VER=$(NETBSD_VER) ../../nbmake-xen cleandir |
cl349@2846 | 14 |
cl349@2443 | 15 config: |
cl349@2443 | 16 @mkdir -p compile/XEN |
cl349@2443 | 17 cd compile/XEN && TOPDIR=$(TOPDIR) NETBSD_VER=$(NETBSD_VER) ../../nbconfig-xen XEN |
cl349@2443 | 18 |
cl349@2443 | 19 netbsd: |
cl349@2443 | 20 cd compile/XEN && TOPDIR=$(TOPDIR) NETBSD_VER=$(NETBSD_VER) ../../nbmake-xen dependall |
cl349@2443 | 21 |
cl349@2443 | 22 install: |
cl349@2443 | 23 @mkdir -p $(dir $(INSTALL_PATH)/$(INSTALL_NAME)) |
cl349@2443 | 24 install -c compile/XEN/netbsd $(INSTALL_PATH)/$(INSTALL_NAME) |