include/package.mk: remove old configured stamps before attempting configuration
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 10 Dec 2017 14:30:30 +0000 (15:30 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 28 Dec 2017 11:24:25 +0000 (12:24 +0100)
commit307b29032fc357161505239cad794a99d07b69f4
tree129d6a220e4b0ae93dfbaf7bca6b6f601c56d8af
parent23bba9cb330cd298739a16e350b0029ed9429eef
include/package.mk: remove old configured stamps before attempting configuration

Some packages, e.g. busybox, explicitly remove old .configured stamps
before attempting configuration, rather than after the actual configuration
step. This seems like a good idea, as there will be no stamp left if
configuration fails. Change generic rules to work like this, so package-
specific rules can be dropped.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
include/package.mk