VirtualBox

Changeset 48669 in vbox for trunk


Ignore:
Timestamp:
Sep 25, 2013 7:50:47 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89289
Message:

move VBoxVolInfo to the correct place and export it

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r48620 r48669  
    10341034 VBOX_WITH_TESTSUITE=
    10351035 VBOX_WITH_INTEL_PXE=
    1036  VBOX_WITH_DEVMAPPER=
    10371036 # Disable for OSE, requires snv_159+.
    10381037 VBOX_WITH_NETFLT_CROSSBOW=
  • trunk/src/VBox/Main/Makefile.kmk

    r48654 r48669  
    862862endif # VBOX_WITH_EXTPACK
    863863
     864#
     865# VolInfo
     866#
     867ifdef VBOX_WITH_DEVMAPPER
     868 PROGRAMS.linux      += VBoxVolInfo
     869 VBoxVolInfo_TEMPLATE = VBoxR3SetUidToRoot
     870 VBoxVolInfo_SOURCES  = src-helper-apps/VBoxVolInfo.cpp
     871 VBoxVolInfo_LIBS     = devmapper
     872endif
    864873
    865874endif # !VBOX_ONLY_SDK (the ifndef is far above)
  • trunk/src/apps/Makefile.kmk

    r43715 r48669  
    3434 endif
    3535endif
    36 ifdef VBOX_WITH_DEVMAPPER
    37  ifneq ($(wildcard $(PATH_SUB_CURRENT)/volinfo),)
    38   include $(PATH_SUB_CURRENT)/volinfo/Makefile.kmk
    39  endif
    40 endif
    4136
    4237include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracChangeset for help on using the changeset viewer.

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