OSDN Git Service

More verbose on what the build system is doing
authorYing Wang <wangying@google.com>
Wed, 31 Jul 2013 19:18:36 +0000 (12:18 -0700)
committerYing Wang <wangying@google.com>
Wed, 31 Jul 2013 19:22:57 +0000 (12:22 -0700)
Sometimes users get confused for long time of no message printed to the
screen.

Change-Id: I99d3b2954f3dcba47d5ee5dd9fd760578c0e0192

core/main.mk

index 0c8b592..7b6ec2a 100644 (file)
@@ -481,7 +481,7 @@ else # ONE_SHOT_MAKEFILE
 subdir_makefiles := \
        $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git $(subdirs) Android.mk)
 
-include $(subdir_makefiles)
+$(foreach mk, $(subdir_makefiles), $(info including $(mk) ...)$(eval include $(mk)))
 
 endif # ONE_SHOT_MAKEFILE