summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@ovn.org>2017-11-06 12:11:58 +0200
committerAlin Gabriel Serdean <aserdean@ovn.org>2017-11-14 06:16:29 +0200
commit3d57e30963b41ca5962620daf27644e35c515a2d (patch)
tree548edf8f9b9ac0b45d269ce4f9e6793106fe8816 /windows
parent27f141d44d95b4cabfd7eac47ace8d1201668b2c (diff)
downloadopenvswitch-3d57e30963b41ca5962620daf27644e35c515a2d.tar.gz
build-windows: Suppress output from MSBuild
Add `nologo` parameter to MSBuild to suppress the banner. This will make tidier log messages. Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org> Acked-by: Alin Balutoiu <abalutoiu@cloudbasesolutions.com>
Diffstat (limited to 'windows')
-rw-r--r--windows/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/automake.mk b/windows/automake.mk
index 4fec99ed9..11ab4c7d6 100644
--- a/windows/automake.mk
+++ b/windows/automake.mk
@@ -35,7 +35,7 @@ windows_installer: all
cp -f $(top_srcdir)/datapath-windows/x64/Win8.1$(VSTUDIO_CONFIG)/package/ovsext.cat windows/ovs-windows-installer/Driver/Win8.1/ovsext.cat
cp -f $(top_srcdir)/datapath-windows/x64/Win8.1$(VSTUDIO_CONFIG)/package/ovsext.inf windows/ovs-windows-installer/Driver/Win8.1/ovsext.inf
cp -f $(top_srcdir)/datapath-windows/x64/Win8.1$(VSTUDIO_CONFIG)/package/ovsext.sys windows/ovs-windows-installer/Driver/Win8.1/ovsext.sys
- MSBuild.exe windows/ovs-windows-installer.sln /target:Build /property:Configuration="Release" /property:Version="$(PACKAGE_VERSION)"
+ MSBuild.exe windows/ovs-windows-installer.sln //nologo /target:Build /property:Configuration="Release" /property:Version="$(PACKAGE_VERSION)"
EXTRA_DIST += \
windows/automake.mk \