Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2020-04-16 10:15:54 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-04-16 10:17:59 +0300
commit47424e960802dfb62db5262a337e0c4c5a9d85ac (patch)
tree3208c617b87108cdc17d2b3a2b856446c46bb99d /build
parent3043fc09617c71424a7d079c6db75d3a135248ea (diff)
...G...... [DEV-1464] added wmi.get, wmi.getall, system.sw.arch, system.uname, system.hostname metric support to agent2 on windows
* commit '02660c79392a747084caf3eee9e044d898d551b3': .......... [DEV-1464] changed clean target to remove all object files in output directory .......... [DEV-1367] added system.uname parameter validation .......... [DEV-1464] added system architechture string translation from GOARCH to format used in zabbix .......... [DEV-1464] fixed linux build .......... [DEV-1464] added support of system.sw.arch, system.uname, system.hostname to windows agent2 .......... [DEV-1464] added wmi.get, wmi.getall metric support (cherry picked from commit 3f2c34fafa8c0aea5aa0159578ed4a798a5e4275)
Diffstat (limited to 'build')
-rw-r--r--build/mingw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mingw/Makefile b/build/mingw/Makefile
index a2450064cab..65fc4fd512a 100644
--- a/build/mingw/Makefile
+++ b/build/mingw/Makefile
@@ -153,4 +153,4 @@ $(TARGETBIN): $(OBJS) .FORCE
clean:
go clean -cache
- del $(TOPDIR)\include\config.h "$(TARGETBIN)" $(OBJS) 2>NUL
+ del $(TOPDIR)\include\config.h "$(TARGETBIN)" $(OUTPUTDIR)\*.o 2>NUL