aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/xfs
diff options
context:
space:
mode:
authorGeorge Dunlap <george.dunlap@eu.citrix.com>2012-04-13 17:13:01 +0100
committerGeorge Dunlap <george.dunlap@eu.citrix.com>2012-04-13 17:13:01 +0100
commit0bf9ce40626117fa21559547b751dcb67e1acf2d (patch)
tree4f8d6b4820b2511203315c7f421f722d7de55afd /tools/libfsimage/xfs
parent2f9fd22f509da9ab5135c602892712bec07d8631 (diff)
downloadxen-0bf9ce40626117fa21559547b751dcb67e1acf2d.tar.gz
xen-0bf9ce40626117fa21559547b751dcb67e1acf2d.tar.bz2
xen-0bf9ce40626117fa21559547b751dcb67e1acf2d.zip
tools: Revert c/s 25150:b490ef93bad7 tools/libfsimage: include Rules.mk first
tools/libfsimage/Rules.mk relies on having certain variables set already; if they're not set, the definitions dont' work right. The result was a bunch of empty files and pygrub failing with an uninformative error message. It's likely that this didn't cause anyone problems becasue changing the Makefiles didn't cause a re-build; building from a fresh repo results in completely empty filesystem plugin binaries. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libfsimage/xfs')
-rw-r--r--tools/libfsimage/xfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libfsimage/xfs/Makefile b/tools/libfsimage/xfs/Makefile
index ce39ce5b24..6580007404 100644
--- a/tools/libfsimage/xfs/Makefile
+++ b/tools/libfsimage/xfs/Makefile
@@ -1,5 +1,4 @@
XEN_ROOT = $(CURDIR)/../../..
-include $(XEN_ROOT)/tools/libfsimage/Rules.mk
LIB_SRCS-y = fsys_xfs.c
@@ -10,3 +9,5 @@ all: fs-all
.PHONY: install
install: fs-install
+
+include $(XEN_ROOT)/tools/libfsimage/Rules.mk