sdk: explicitely remove ccache directories when packing SDK
authorJo-Philipp Wich <jo@mein.io>
Tue, 24 Jan 2017 14:29:20 +0000 (15:29 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 24 Jan 2017 14:31:12 +0000 (15:31 +0100)
commitbeb69e242e9ff5873002d29456aa39985fb94bfc
treeddf3c5b001607f5c3ce0aa2df4ccd42a584f59de
parent807461e11c8e8d86f28fc642966eb1f83a3b08f1
sdk: explicitely remove ccache directories when packing SDK

Upon first invocation, the ccache program will create the required directory
hierarchy so there is no point in shipping these empty directories.

Removing those paths also avoids shipping dangling symlinks in case the
directories got linked elsewhere, e.g. into a shared global cache.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/sdk/Makefile