From 5dfbb5affbd3e7ba8fd8493da4325d33915465d8 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 10 Apr 2006 13:24:58 +0100 Subject: 'make mkpatches' diffs against pristine tree rather than ref tree, so it includes extra patches under patches/ subdirectory. Signed-off-by: Keir Fraser --- buildconfigs/Rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildconfigs/Rules.mk') diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk index e4cb40def8..0a6804bc7e 100644 --- a/buildconfigs/Rules.mk +++ b/buildconfigs/Rules.mk @@ -124,14 +124,14 @@ linux-2.6-xen.patch: ref-linux-$(LINUX_VER)/.valid-ref rm -rf tmp-$@ cp -al $( $@ || true + diff -Nurp $(patsubst ref%,pristine%,$( $@ || true rm -rf tmp-$@ %-xen.patch: ref-%/.valid-ref rm -rf tmp-$@ cp -al $( $@ || true + diff -Nurp $(patsubst ref%,pristine%,$( $@ || true rm -rf tmp-$@ %-mrproper: %-mrproper-extra -- cgit v1.2.3