[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] tools: only compile libfsimage/xfs on X86



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1329154341 0
# Node ID e03d1005e484e8ad055687952b1e30d56632e8c2
# Parent  acf4ad70c87b502207a50d99840bf58c9b238fff
tools: only compile libfsimage/xfs on X86

xfs is not portable, only compile it on X86

Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---


diff -r acf4ad70c87b -r e03d1005e484 tools/libfsimage/Makefile
--- a/tools/libfsimage/Makefile Mon Feb 13 17:29:50 2012 +0000
+++ b/tools/libfsimage/Makefile Mon Feb 13 17:32:21 2012 +0000
@@ -1,7 +1,8 @@
 XEN_ROOT = $(CURDIR)/../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-SUBDIRS-y = common ufs reiserfs iso9660 fat zfs xfs
+SUBDIRS-y = common ufs reiserfs iso9660 fat zfs
+SUBDIRS-$(CONFIG_X86) += xfs
 SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs)
 
 .PHONY: all clean install

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.