aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-11-28 20:11:09 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-11-28 20:11:09 +0000
commit2dfd28a23fd36fca8feb6c209260b786e78f6727 (patch)
tree0308a9a17808585bf93a6614d103a8cf3466aa02 /buildconfigs
parente97d12ad95b22d60cdf4db35f3cd524c3170f9ca (diff)
downloadxen-2dfd28a23fd36fca8feb6c209260b786e78f6727.tar.gz
xen-2dfd28a23fd36fca8feb6c209260b786e78f6727.tar.bz2
xen-2dfd28a23fd36fca8feb6c209260b786e78f6727.zip
bitkeeper revision 1.1159.187.28 (41aa30ddzQc4QQ8kotJ3RHoG7dhzsQ)
Update the AGP+DRM patches for 2.6.9, and automatically patch the kernels before we build them. Also avoid using virt_to_phys() in our virtual drivers as we may change what it does -- better to use __pa().
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/Rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index 90f90d2aee..e2bd054473 100644
--- a/buildconfigs/Rules.mk
+++ b/buildconfigs/Rules.mk
@@ -48,6 +48,9 @@ pristine-%: %.tar.bz2
mv tmp-$(@F)/* $@
touch $@ # update timestamp to avoid rebuild
@rm -rf tmp-$(@F)
+ [ -d patches/$* ] && \
+ for i in patches/$*/*.patch ; do ( cd $@ ; patch -p1 <../$$i ) ; done || \
+ true
%-build:
$(MAKE) -f buildconfigs/mk.$* build