diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-08-14 22:25:52 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-08-14 22:26:18 +0200 |
| commit | 6c8d22ed16c9f6c6cd79f65c03adf01a58f09818 (patch) | |
| tree | ff30d2617aae6f032a45072d73e5988250656e8d | |
| parent | 159ef2c0c6e2c6a98e86bf35e9e9f8233dd4c852 (diff) | |
| download | vendor_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-x | clean-mesa.sh | 5 |
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} |
