From dcaa724bbe25abc48fff86ce1729512f514f1670 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 25 Mar 2008 09:50:45 +0000 Subject: tools/libfsimage build: Use generic subdirs rules. Signed-off-by: Bastian Blank --- tools/libfsimage/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tools/libfsimage') 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 -- cgit v1.2.3