summaryrefslogtreecommitdiffstats
path: root/makedeps.sh
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-28 08:39:19 +0200
committerRemi Collet <remi@php.net>2026-04-28 08:39:19 +0200
commit4dcee155c3249e62d62c26ddd532718b04d4ba53 (patch)
treecd32c83dba40ec2a67598e08cee1824533c2b105 /makedeps.sh
parente9f2dc8b32b470fae2654916e077caf6484239b6 (diff)
update to 8.4.4v8.4
Diffstat (limited to 'makedeps.sh')
-rwxr-xr-xmakedeps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedeps.sh b/makedeps.sh
index 78c454e..4793d3a 100755
--- a/makedeps.sh
+++ b/makedeps.sh
@@ -15,6 +15,7 @@ if [ -f $NAME-$VERSION.tgz ]; then
tar czf ../$NAME-deps-$VERSION.tgz mycargo Cargo.lock
popd
+ echo "+ Clean"
rm -rf $MODULE-$VERSION
else
echo $NAME-$VERSION.tgz missing