working commit
This commit is contained in:
+2
-4
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user