From: Ross Burton Date: Mon, 25 Jan 2016 15:04:39 +0000 (+0000) Subject: scripts/wipe-sysroot: also delete uninative sysroot X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=258668c3cb8f5c00e084e821dae05ba750768bfb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts/wipe-sysroot: also delete uninative sysroot The uninative sysroot is in ${STAGING_DIR}-uninative so delete that alongwith $STAGING_DIR. Signed-off-by: Ross Burton --- diff --git a/scripts/wipe-sysroot b/scripts/wipe-sysroot index c22d39a4059..9e067e8df96 100755 --- a/scripts/wipe-sysroot +++ b/scripts/wipe-sysroot @@ -42,7 +42,7 @@ fi echo "Deleting the sysroots in $STAGING_DIR, and selected stamps in $SSTATE_MANIFESTS and $STAMPS_DIR." # The sysroots themselves -rm -rf $STAGING_DIR +rm -rf $STAGING_DIR ${STAGING_DIR}-uninative # The stamps that said the sysroot was populated rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.*