phase1: move ccache preparation after defconfig
authorJo-Philipp Wich <jo@mein.io>
Mon, 23 Jan 2017 13:23:36 +0000 (14:23 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 23 Jan 2017 13:23:40 +0000 (14:23 +0100)
commit2ecde598b7c3fdb9769f14ab38d5df24c26e28aa
tree3673884ca87ac021d483cef3807fc91aaa1933ec
parent7ce7c867e3c27bdbcf5c79cfc449feaf3f19b1f5
phase1: move ccache preparation after defconfig

The ccache.sh helper script uses make targets to figure out staging_dir paths
which might trigger interactive menuconfig in case there is no populated
.config file yet, leading to command timeouts on fresh trees.

Move the ccache preparation step after defconfig in order to avoid triggering
menuconfig.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/master.cfg