WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Makefile:

ChangeSet 1.1159.256.106, 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:03:38 -04:00
+++ b/Makefile  2005-04-23 13:03:38 -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

<Prev in Thread] Current Thread [Next in Thread>