build: fix cleaning configured stamp file
authorYousong Zhou <yszhou4tech@gmail.com>
Mon, 26 Sep 2016 13:14:50 +0000 (21:14 +0800)
committerJohn Crispin <john@phrozen.org>
Sat, 15 Oct 2016 09:36:51 +0000 (11:36 +0200)
commit4eb371e363587e4fd1f685c99f654895e198c517
treeed92ce6722f8cf2a98276f73054c255036c337d5
parentc511795f47ddbe7413e07a499f7ff59715ed088a
build: fix cleaning configured stamp file

We have packages with their own parts appended to standard STAMP_CONFIGURED
(mostly with an underscore character).  This will render the current
STAMP_CONFIGURED_WILD setting invalid and the build system may miss a rebuild
on config change

 1. Build with config A
 2. Build with config B, yet .configured_A_xx did not get cleaned
 3. Return to config A, but rebuild will not happen because stamp file
    of config A still exists

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
include/package.mk