working commit

This commit is contained in:
2026-06-06 18:48:40 +02:00
parent 3a5f624ba4
commit 25d01fc940
16 changed files with 107 additions and 61 deletions
+2 -4
View File
@@ -910,8 +910,8 @@ install-data-local:
@LINUX_OS_TRUE@@SYSTEMD_TRUE@ $(INSTALL_DATA) initrc/mbased.service $(DESTDIR)$(LINUX_SYSTEMDDIR)
format:
for dir in $$(find app pkg cmd -type d); do \
(cd $$dir && $(GO) fmt .); \
@for dir in $$(find app pkg cmd -type d); do \
(cd $$dir && echo "====$$dir====" && $(GO) fmt .); \
done
run:
@@ -931,8 +931,6 @@ clean-local:
rm -f cmd/mbasectl/mbasectl
rm -f cmd/mbased/mbased
rm -f cmd/mbasedump/mbasedump
rm -f cmd/mbaselocal/mbaselocal
rm -f cmd/mbaserestore/mbaserestore
rm -rf autom4te.cache
rm -rf tmp/