aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-08-14 22:25:52 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-08-14 22:26:18 +0200
commit6c8d22ed16c9f6c6cd79f65c03adf01a58f09818 (patch)
treeff30d2617aae6f032a45072d73e5988250656e8d
parent159ef2c0c6e2c6a98e86bf35e9e9f8233dd4c852 (diff)
downloadvendor_lineage-6c8d22ed16c9f6c6cd79f65c03adf01a58f09818.tar.gz
vendor_lineage-6c8d22ed16c9f6c6cd79f65c03adf01a58f09818.tar.bz2
vendor_lineage-6c8d22ed16c9f6c6cd79f65c03adf01a58f09818.zip
clean-mesa.sh: also clean generated source code
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rwxr-xr-xclean-mesa.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/clean-mesa.sh b/clean-mesa.sh
index 30c0b313..44cbccd3 100755
--- a/clean-mesa.sh
+++ b/clean-mesa.sh
@@ -154,4 +154,9 @@ for lib in ${libmesa} ; do
targets="${targets} clean-${lib}"
done
+# All the clean targets are not sufficient to cleanup everything, after running
+# them we still have several directory left in
+# ${OUT}/gen/STATIC_LIBRARIES/libmesa_*
+rm -rf "${OUT}"/gen/STATIC_LIBRARIES/libmesa_*
+
make ${targets}