working commit

This commit is contained in:
2026-06-09 14:10:53 +02:00
parent ee30858d11
commit 6e92720e69
26 changed files with 339 additions and 165 deletions
+4 -6
View File
@@ -225,6 +225,7 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
FIND = @FIND@
GO = @GO@
HAVE_GO = @HAVE_GO@
INSTALL = @INSTALL@
@@ -921,19 +922,16 @@ run:
test -z $(DESTDIR)$(SRV_DATADIR) || $(MKDIR_P) $(DESTDIR)$(SRV_DATADIR)
env CGO_ENABLED=1 $(GO) run $(GOFLAGS) ./cmd/mbased/... --daemon=false
distclean-local: clean
rm -rf autom4te.cache
distclean-local:
rm -rf tmp/
clean-local:
rm -f */*/*~
rm -f */*~
rm -f *~
$(FIND) . -name "*~" | $(XARGS) rm -v
rm -f cmd/mbaseadmin/mbaseadmin
rm -f cmd/mbasectl/mbasectl
rm -f cmd/mbased/mbased
rm -f cmd/mbasedump/mbasedump
rm -rf autom4te.cache
rm -rf tmp/
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.