diff options
-rwxr-xr-x | scripts/wipe-sysroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wipe-sysroot b/scripts/wipe-sysroot index c22d39a405..9e067e8df9 100755 --- a/scripts/wipe-sysroot +++ b/scripts/wipe-sysroot | |||
@@ -42,7 +42,7 @@ fi | |||
42 | echo "Deleting the sysroots in $STAGING_DIR, and selected stamps in $SSTATE_MANIFESTS and $STAMPS_DIR." | 42 | echo "Deleting the sysroots in $STAGING_DIR, and selected stamps in $SSTATE_MANIFESTS and $STAMPS_DIR." |
43 | 43 | ||
44 | # The sysroots themselves | 44 | # The sysroots themselves |
45 | rm -rf $STAGING_DIR | 45 | rm -rf $STAGING_DIR ${STAGING_DIR}-uninative |
46 | 46 | ||
47 | # The stamps that said the sysroot was populated | 47 | # The stamps that said the sysroot was populated |
48 | rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.* | 48 | rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.* |