[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |