aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-04-23 16:00:42 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-04-23 16:00:42 +0000
commitd7b51cdac7640631fcd32aa9f0ce8e8ed165c120 (patch)
treeb6b7bbe0eef0d463db6f1ed06d45e74d30651d54 /Makefile
parenta03e89ef01e51dfb456e28d53f8e8e79b17800b9 (diff)
downloadxen-d7b51cdac7640631fcd32aa9f0ce8e8ed165c120.tar.gz
xen-d7b51cdac7640631fcd32aa9f0ce8e8ed165c120.tar.bz2
xen-d7b51cdac7640631fcd32aa9f0ce8e8ed165c120.zip
bitkeeper revision 1.1159.258.106 (426a712aViBd_l7Q-xevKeNJhNJHSw)
Makefile: Fix mkpatches build target to ignore freebsd error.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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