debuggers.hg
view tools/libfsimage/Makefile @ 16958:1fbab289fed1
Make check-libext2fs cross-friendly
check-libext2fs was calling host gcc; pass $CC from Makefile
so it can call the cross-compiler instead.
Signed-off-by: Aron Griffis <aron@hp.com>
check-libext2fs was calling host gcc; pass $CC from Makefile
so it can call the cross-compiler instead.
Signed-off-by: Aron Griffis <aron@hp.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Jan 28 09:33:57 2008 +0000 (2008-01-28) |
parents | 47db75f8cc76 |
children | f055804bb7f9 |
line source
1 XEN_ROOT = ../..
2 include $(XEN_ROOT)/tools/Rules.mk
4 SUBDIRS-y = common ufs reiserfs iso9660 fat
5 SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs)
7 .PHONY: all
8 all install clean:
9 @set -e; for subdir in $(SUBDIRS-y); do \
10 $(MAKE) -C $$subdir $@; \
11 done
13 distclean: clean