]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
make-dist: remove old cruft recursively 55985/head
authorRongqi Sun <sunrongqi@huawei.com>
Wed, 6 Mar 2024 09:00:49 +0000 (09:00 +0000)
committerRongqi Sun <sunrongqi@huawei.com>
Wed, 6 Mar 2024 09:00:49 +0000 (09:00 +0000)
Signed-off-by: Rongqi Sun <sunrongqi@huawei.com>
make-dist

index d8031040dd743d57bf296599ed09e8f68a2012d4..c1981fc3097060fbc3e5e8a97b4b03cd1b155848 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -154,7 +154,7 @@ generate_rook_ceph_client() {
 
 # clean out old cruft...
 echo "cleanup..."
-rm -f $outfile*
+rm -rf $outfile*
 
 # build new tarball
 echo "building tarball..."