client/server rebuilding in progress

This commit is contained in:
2026-03-04 17:15:06 +02:00
parent ae9c29de1e
commit 36a143c7c3
14 changed files with 781 additions and 1249 deletions
+3 -4
View File
@@ -359,8 +359,7 @@ EXTRA_mstorectl_SOURCES = \
cmd/mstorectl/command/accountcmd.go \
cmd/mstorectl/command/grantcmd.go \
cmd/mstorectl/command/imagecmd.go \
cmd/mstorectl/command/util.go \
cmd/mstorectl/command/filecmd.go
cmd/mstorectl/command/util.go
mstored_SOURCES = cmd/mstored/main.go
EXTRA_mstored_SOURCES = cmd/mstored/starter/starter.go \
@@ -1069,7 +1068,7 @@ format:
-name '*.go' | $(XARGS) -n1 dirname | $(SORT) | $(UNIQ)); \
for dir in $$dirs;do \
(echo "====$$dir===="; cd $$dir && $(GO) fmt .); \
done
done
.PHONY: test
test:
@@ -1104,7 +1103,7 @@ debian-package: $(DIST_ARCHIVES)
cd $(BUILD_DIR)/$(distdir) && $(DBUILDPACKAGE) -nc -us -uc -ui -i -b
mkdir -p $(DIST_DIR)
$(CP) $(BUILD_DIR)/*.deb $(DIST_DIR)
rm -rf $(BUILD_DIR)
rm -rf $(BUILD_DIR)
install-data-local:
test -z $(DESTDIR)$(srv_confdir) || $(MKDIR_P) $(DESTDIR)$(srv_confdir)