build: add support for automatically removing build dir contents during build
authorFelix Fietkau <nbd@nbd.name>
Wed, 18 Jan 2017 14:37:57 +0000 (15:37 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 18 Jan 2017 22:57:08 +0000 (23:57 +0100)
This is used to save space on buildbot instances.
If any part of a package needs to be rebuild, the whole package is
rebuilt from scratch. Stamp files are preserved to allow dependency
checks to work

Signed-off-by: Felix Fietkau <nbd@nbd.name>

No differences found