|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Makefile:
ChangeSet 1.1840, 2005/04/23 17:00:42+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx
Makefile:
Fix mkpatches build target to ignore freebsd error.
Makefile | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
diff -Nru a/Makefile b/Makefile
--- a/Makefile 2005-04-23 13:05:19 -04:00
+++ b/Makefile 2005-04-23 13:05:19 -04:00
@@ -75,8 +75,7 @@
# 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
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
|
|
|
|