ia64/xen-unstable
changeset 2885:3de0ccabd249
bitkeeper revision 1.1159.1.371 (418a3ad01qzbQQ2XfuamQqTkge_ECA)
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into freefall.cl.cam.ac.uk:/local/scratch/cl349/testbuild/xen-unstable.bk
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into freefall.cl.cam.ac.uk:/local/scratch/cl349/testbuild/xen-unstable.bk
author | cl349@freefall.cl.cam.ac.uk |
---|---|
date | Thu Nov 04 14:21:04 2004 +0000 (2004-11-04) |
parents | f6afd85efce0 1a864f3728a5 |
children | e17af491ba26 |
files | buildconfigs/Rules.mk |
line diff
1.1 --- a/buildconfigs/Rules.mk Thu Nov 04 13:44:48 2004 +0000 1.2 +++ b/buildconfigs/Rules.mk Thu Nov 04 14:21:04 2004 +0000 1.3 @@ -27,7 +27,7 @@ linux-%.tar.bz2: 1.4 # Expand NetBSD release to NetBSD version 1.5 NETBSD_RELEASE ?= 2.0 1.6 NETBSD_VER ?= $(patsubst netbsd-%-xen-sparse,%,$(wildcard netbsd-$(NETBSD_RELEASE)*-xen-sparse)) 1.7 -NETBSD_CVSSNAP ?= 20040906 1.8 +NETBSD_CVSSNAP ?= 20041103 1.9 1.10 # Setup NetBSD search patch 1.11 NETBSD_SRC_PATH ?= .:.. 1.12 @@ -59,10 +59,16 @@ pristine-%: %.tar.bz2 1.13 diff -Nurp pristine-$* tmp-$@ > $@ || true 1.14 rm -rf tmp-$@ 1.15 1.16 -%-mrproper: 1.17 +%-mrproper: %-mrproper-extra 1.18 rm -rf pristine-$* $*.tar.bz2 1.19 rm -rf $*-xen.patch 1.20 - rm -rf $*-tools $*-tools.tar.bz2 1.21 + 1.22 +netbsd-%-mrproper-extra: 1.23 + rm -rf netbsd-$*-tools netbsd-$*-tools.tar.bz2 1.24 + rm -f netbsd-$*-xen-kernel-$(NETBSD_CVSSNAP).tar.bz2 1.25 + 1.26 +%-mrproper-extra: 1.27 + @: # do nothing 1.28 1.29 # never delete any intermediate files. 1.30 .SECONDARY: