From d7b51cdac7640631fcd32aa9f0ce8e8ed165c120 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sat, 23 Apr 2005 16:00:42 +0000 Subject: bitkeeper revision 1.1159.258.106 (426a712aViBd_l7Q-xevKeNJhNJHSw) Makefile: Fix mkpatches build target to ignore freebsd error. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf860ad1fb..dc58f49648 100644 --- a/Makefile +++ b/Makefile @@ -75,8 +75,7 @@ kclean: # Make patches from kernel sparse trees mkpatches: - for i in $(ALLSPARSETREES) ; do $(MAKE) $$i-xen.patch || exit 1; done - + for i in $(ALLSPARSETREES) ; do $(MAKE) $$i-xen.patch; done # build xen, the tools, and a domain 0 plus unprivileged linux-xen images, # and place them in the install directory. 'make install' should then -- cgit v1.2.3