commit | 2e32747557b742470a5d21c2da1b8761ba50b188 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Dec 05 17:00:29 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Mar 03 09:54:41 2025 +0800 |
tree | ee2761838dcd88569360670c7ca81889cbb19efe | |
parent | 87993931417bcbe234337b6b7b11737118b448d7 [diff] |
globalhandler: remove globalhandler.hpp The IPMI_CMD declared in globalhandler.hpp is redundant because these commands are already declared in api-types.hpp, so this commit remove the globalhandler.hpp file. Change-Id: Id4b41ca90cd5f1ceb2179cefc237f5117ac9e14c Signed-off-by: George Liu <liuxiwei@ieisystem.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage