[ovs-git] [openvswitch/ovs] 4a38a0: Windows: Fix broken build caused by a bad file ext...

GitHub noreply at github.com
Mon Apr 2 07:20:13 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 4a38a09cf2d80eb14f5f0a20da46b118aa5581af
      https://github.com/openvswitch/ovs/commit/4a38a09cf2d80eb14f5f0a20da46b118aa5581af
  Author: Alin Gabriel Serdean <aserdean at ovn.org>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M ovsdb/automake.mk

  Log Message:
  -----------
  Windows: Fix broken build caused by a bad file extension

The compiler (cl) complains:
`ovsdb/ovsdb-server.c(689) : fatal error C1083:
    Cannot open include file: 'ovsdb/_server.ovsschema.inc':
       No such file or directory`
(https://ci.appveyor.com/project/blp/ovs/build/1.0.4079#L2586)

Generated compiler objects have the extension `.obj` on Windows.

This patch switches to `$(OBJEXT)` instead, so the schema will be generated.

Signed-off-by: Alin Gabriel Serdean aserdean at ovn.org
Acked-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list