aftercheck calls clean. ${DESTDIR}/var/empty has schg flag set. Prior
to this change, every run of make check ended with:
rm: checkdir/var/empty: Operation not permitted
rm: checkdir/var: Directory not empty
rm: checkdir: Directory not empty
- Error code 1 (ignored)
Remove the flags from DESTDIR before running clean, to bypass the
noisy output.
PR: 286025
Signed-off-by: Pat Maddox <pat@patmaddox.com>