summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/wipe-sysroot2
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
42echo "Deleting the sysroots in $STAGING_DIR, and selected stamps in $SSTATE_MANIFESTS and $STAMPS_DIR." 42echo "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
45rm -rf $STAGING_DIR 45rm -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
48rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.* 48rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.*