VirtualBox

Changeset 63007 in vbox for trunk/src


Ignore:
Timestamp:
Aug 4, 2016 8:30:48 PM (9 years ago)
Author:
vboxsync
Message:

lwip-new/Makefile.kmk is not a proper makefile and only messes up .kup files below (added here).

Location:
trunk/src/VBox
Files:
7 added
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r62948 r63007  
    409409  VBoxDD_DEFS           += VBOX_WITH_INIP
    410410  VBoxDD_SOURCES        += \
    411         Network/DevINIP.cpp
     411        Network/DevINIP.cpp
    412412  # XXX: do not depend on order
    413413  ifndef LWIP_SOURCES
    414     include $(PATH_SUB_CURRENT)/Network/lwip-new/Makefile.kmk
     414   include $(PATH_SUB_CURRENT)/Network/lwip-new/Config.kmk
    415415  endif
    416416  VBoxDD_LWIP_INCS += Network # for lwipopts.h
    417   $(eval $(call def_vbox_lwip_private, \
    418                     VBoxDD, Network/lwip-new))
    419   $(eval $(call def_vbox_lwip_flags, \
    420                     VBoxDD, Network/DevINIP.cpp, Network/lwip-new))
     417  $(eval $(call def_vbox_lwip_private, VBoxDD, Network/lwip-new))
     418  $(eval $(call def_vbox_lwip_flags,   VBoxDD, Network/DevINIP.cpp, Network/lwip-new))
    421419 endif # VBOX_WITH_INIP
    422420
  • trunk/src/VBox/Devices/Network/lwip-new/FILES

    r47886 r63007  
    1 src/      - The source code for the lwIP TCP/IP stack.
    2 doc/      - The documentation for lwIP.
    3 
    4 See also the FILES file in each subdirectory.
     1E:\vbox\svn\trunk\src\VBox\Devices\Network\lwip-new\Makefile.kup
     2E:\vbox\svn\trunk\src\VBox\Devices\Network\lwip-new\src\Makefile.kup
     3E:\vbox\svn\trunk\src\VBox\Devices\Network\lwip-new\src\api\Makefile.kup
     4E:\vbox\svn\trunk\src\VBox\Devices\Network\lwip-new\src\core\Makefile.kup
     5E:\vbox\svn\trunk\src\VBox\Devices\Network\lwip-new\src\core\ipv4\Makefile.kup
     6E:\vbox\svn\trunk\src\VBox\Devices\Network\lwip-new\src\core\ipv6\Makefile.kup
     7E:\vbox\svn\trunk\src\VBox\Devices\Network\lwip-new\src\core\snmp\Makefile.kup
  • trunk/src/VBox/NetworkServices/NAT/Makefile.kmk

    r62765 r63007  
    2424 # XXX: do not depend on order
    2525 ifndef LWIP_SOURCES
    26   include $(PATH_SUB_CURRENT)/../../Devices/Network/lwip-new/Makefile.kmk
     26  include $(PATH_SUB_CURRENT)/../../Devices/Network/lwip-new/Config.kmk
    2727 endif
    2828
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette