From: Ying Wang Date: Wed, 31 Jul 2013 19:18:36 +0000 (-0700) Subject: More verbose on what the build system is doing X-Git-Tag: android-x86-4.4-r1~143 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=172f5f57460001b78e100cefa584d8e91738e48a;p=android-x86%2Fbuild.git More verbose on what the build system is doing Sometimes users get confused for long time of no message printed to the screen. Change-Id: I99d3b2954f3dcba47d5ee5dd9fd760578c0e0192 --- diff --git a/core/main.mk b/core/main.mk index 0c8b592a9..7b6ec2ab0 100644 --- a/core/main.mk +++ b/core/main.mk @@ -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