build: fix CONFIG_AUTOREMOVE for packages with multiple variants
authorFelix Fietkau <nbd@nbd.name>
Sun, 22 Jan 2017 16:40:29 +0000 (17:40 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sun, 22 Jan 2017 16:40:31 +0000 (17:40 +0100)
commit0e22d6377569cea4ba00b81d6ec64a1582a2cea4
tree894de324de0abaf69607830fb5cebea34f1c12d6
parent34ec245662766354ce0d19d586bb08f220ddb3b3
build: fix CONFIG_AUTOREMOVE for packages with multiple variants

Calling the clean target removes all .ipk files and un-stages the
package. Add a new target just for clearing the build dir and call that
one instead of the full clean target

Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/host-build.mk
include/package.mk
include/subdir.mk