search for: hgskip

Displaying 1 result from an estimated 1 matches for "hgskip".

Did you mean: hgsi
2006 May 09
0
[PATCH] build: make linux download more flexible
...ck-pristine-$(firstword $(LINUX_TARBALL))-X + -rm -f tmp-pristine-$*/pax_global_header mv tmp-pristine-$*/* $(@D) - @rm -rf tmp-pristine-$* + rm -rf tmp-pristine-$* + $(MAKE) KERNELS=linux-2.6-xen UNPACK_DIR=pristine-$* \ + $(patsubst %, patch-pristine-%-X, dummy $(LINUX_PATCHES)) touch $(@D)/.hgskip touch $@ # update timestamp to avoid rebuild --- x/buildconfigs/mk.linux-2.6-xen +++ x/buildconfigs/mk.linux-2.6-xen @@ -1,5 +1,7 @@ LINUX_SERIES = 2.6 LINUX_VER = 2.6.16.13 +LINUX_TARBALL = linux-2.6.16.13.tar.bz2 # Only one makes sense +#LINUX_PATCHES = patch-2.6.17-rcN.bz2 # Usually zer...