aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-03-25 09:50:45 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-03-25 09:50:45 +0000
commitdcaa724bbe25abc48fff86ce1729512f514f1670 (patch)
tree911bfe594afdb6c0e3413e17d0aca336720ef326 /tools/libfsimage
parentd4921fd504125e80df12b587862a6f19a231e96e (diff)
downloadxen-dcaa724bbe25abc48fff86ce1729512f514f1670.tar.gz
xen-dcaa724bbe25abc48fff86ce1729512f514f1670.tar.bz2
xen-dcaa724bbe25abc48fff86ce1729512f514f1670.zip
tools/libfsimage build: Use generic subdirs rules.
Signed-off-by: Bastian Blank <waldi@debian.org>
Diffstat (limited to 'tools/libfsimage')
-rw-r--r--tools/libfsimage/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/libfsimage/Makefile b/tools/libfsimage/Makefile
index fd40686201..6e97308c8b 100644
--- a/tools/libfsimage/Makefile
+++ b/tools/libfsimage/Makefile
@@ -4,10 +4,7 @@ include $(XEN_ROOT)/tools/Rules.mk
SUBDIRS-y = common ufs reiserfs iso9660 fat
SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs)
-.PHONY: all
-all install clean:
- @set -e; for subdir in $(SUBDIRS-y); do \
- $(MAKE) -C $$subdir $@; \
- done
+.PHONE: all clean install
+all clean install: %: subdirs-%
distclean: clean