client/server rebuilding in progress
This commit is contained in:
+3
-4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user