client/server rebuilding in progress
This commit is contained in:
+4
-5
@@ -13,8 +13,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
|
||||
@@ -177,14 +176,14 @@ EXTRA_DIST = vendor/ \
|
||||
test/file_test.go \
|
||||
test/image_test.go \
|
||||
test/test-oci.tar
|
||||
|
||||
|
||||
|
||||
format:
|
||||
@dirs=$$($(FIND) $(CWD)/app $(CWD)/cmd $(CWD)/pkg $(CWD)/test \
|
||||
-name '*.go' | $(XARGS) -n1 dirname | $(SORT) | $(UNIQ)); \
|
||||
for dir in $$dirs;do \
|
||||
(echo "====$$dir===="; cd $$dir && $(GO) fmt .); \
|
||||
done
|
||||
done
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
@@ -231,7 +230,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)
|
||||
|
||||
FREEBSD_LOCALBASE = /usr/local
|
||||
FREEBSD_RCDIR = $(FREEBSD_LOCALBASE)/etc/rc.d
|
||||
|
||||
Reference in New Issue
Block a user