VirtualBox

Changeset 12522 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 17, 2008 7:26:47 AM (16 years ago)
Author:
vboxsync
Message:

add information about the package type to the release log

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r12512 r12522  
    42884288        if (RT_SUCCESS(vrc) || vrc == VERR_BUFFER_OVERFLOW)
    42894289            RTLogRelLogger(loggerRelease, 0, ~0U, "OS Service Pack: %s\n", szTmp);
     4290        /* the package type is interesting for Linux distributions */
     4291        RTLogRelLogger    (loggerRelease, 0, ~0U, "Package type: %s"
     4292#ifdef VBOX_OSE
     4293                       " (OSE)"
     4294#endif
     4295                       "\n",
     4296                       VBOX_PACKAGE_STRING);
    42904297
    42914298        /* register this logger as the release logger */
  • trunk/src/VBox/Main/Makefile.kmk

    r12513 r12522  
    504504endif
    505505
    506 ConsoleImpl.cpp_DEFS = VBOX_BUILD_TARGET=\"$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)\"
     506ConsoleImpl.cpp_DEFS = \
     507        VBOX_BUILD_TARGET=\"$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)\" \
     508        VBOX_PACKAGE_STRING=\"$(VBOX_PACKAGE_STRING)\"
     509               
    507510
    508511Version.cpp_DEFS  = VBOX_SVN_REV=$(VBOX_SVN_REV)
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