debuggers.hg
changeset 17315:f055804bb7f9
tools/libfsimage build: Use generic subdirs rules.
Signed-off-by: Bastian Blank <waldi@debian.org>
Signed-off-by: Bastian Blank <waldi@debian.org>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Mar 25 09:50:45 2008 +0000 (2008-03-25) |
parents | dbbf409c5ab1 |
children | 2c07fda47494 |
files | tools/libfsimage/Makefile |
line diff
1.1 --- a/tools/libfsimage/Makefile Tue Mar 25 09:50:27 2008 +0000 1.2 +++ b/tools/libfsimage/Makefile Tue Mar 25 09:50:45 2008 +0000 1.3 @@ -4,10 +4,7 @@ include $(XEN_ROOT)/tools/Rules.mk 1.4 SUBDIRS-y = common ufs reiserfs iso9660 fat 1.5 SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs) 1.6 1.7 -.PHONY: all 1.8 -all install clean: 1.9 - @set -e; for subdir in $(SUBDIRS-y); do \ 1.10 - $(MAKE) -C $$subdir $@; \ 1.11 - done 1.12 +.PHONE: all clean install 1.13 +all clean install: %: subdirs-% 1.14 1.15 distclean: clean