VirtualBox

Ignore:
Timestamp:
Feb 1, 2023 4:17:58 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/*.kmk: Automatic scm cleanups. bugref:10348

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/Makefile.kmk

    r98241 r98409  
    4141if !defined(VBOX_ONLY_EXTPACKS) && !defined(VBOX_ONLY_DOCS)
    4242 # RTIsoMaker - ISO image maker - build version.
    43  ifeq ($(KBUILD_TARGET), win) # Needed for repacking guest additions.
     43 ifeq ($(KBUILD_TARGET),win) # Needed for repacking guest additions.
    4444  PROGRAMS += bldRTIsoMaker
    4545  bldRTIsoMaker_INSTTYPE = stage
     
    5050 bldRTIsoMaker_SOURCES = \
    5151        RTIsoMaker.cpp \
    52         ../common/misc/buildconfig.cpp
     52        ../common/misc/buildconfig.cpp
    5353 bldRTIsoMaker_DEFS = \
    5454        IPRT_BLDCFG_SCM_REV=$(if $(VBOX_SVN_REV_FALLBACK),$(VBOX_SVN_REV_FALLBACK),$(VBOX_SVN_REV)) \
     
    5858 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING
    5959  bldRTIsoMaker_DEFS += \
    60         IPRT_BLDCFG_VERSION_STRING="$(VBOX_VERSION_STRING)" \
    61         IPRT_BLDCFG_TARGET="$(KBUILD_TARGET)" \
    62         IPRT_BLDCFG_TARGET_ARCH="$(KBUILD_TARGET_ARCH)" \
    63         IPRT_BLDCFG_TYPE="$(KBUILD_TYPE)"
     60        IPRT_BLDCFG_VERSION_STRING="$(VBOX_VERSION_STRING)" \
     61        IPRT_BLDCFG_TARGET="$(KBUILD_TARGET)" \
     62        IPRT_BLDCFG_TARGET_ARCH="$(KBUILD_TARGET_ARCH)" \
     63        IPRT_BLDCFG_TYPE="$(KBUILD_TYPE)"
    6464 else
    6565  bldRTIsoMaker_DEFS += \
    66         IPRT_BLDCFG_VERSION_STRING=\"$(VBOX_VERSION_STRING)\" \
    67         IPRT_BLDCFG_TARGET=\"$(KBUILD_TARGET)\" \
    68         IPRT_BLDCFG_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\" \
    69         IPRT_BLDCFG_TYPE=\"$(KBUILD_TYPE)\"
     66        IPRT_BLDCFG_VERSION_STRING=\"$(VBOX_VERSION_STRING)\" \
     67        IPRT_BLDCFG_TARGET=\"$(KBUILD_TARGET)\" \
     68        IPRT_BLDCFG_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\" \
     69        IPRT_BLDCFG_TYPE=\"$(KBUILD_TYPE)\"
    7070 endif
    7171 bldRTIsoMaker_INCS = ../include
     
    8989  bldRTSignTool_DEFS      := IPRT_IN_BUILD_TOOL
    9090  bldRTSignTool_LDFLAGS.darwin := \
    91         -framework CoreFoundation \
    92         -framework Security
     91        -framework CoreFoundation \
     92        -framework Security
    9393  bldRTSignTool_LIBS.win  := Crypt32.lib NCrypt.lib
    9494  ifndef VBOX_WITH_BLD_RTSIGNTOOL_SIGNING
     
    9898   bldRTSignTool_DEFS     += IPRT_WITH_OPENSSL
    9999   bldRTSignTool_SOURCES  += \
    100        ../common/crypto/pkix-signature-builtin.cpp \
    101        ../common/crypto/store.cpp \
    102        ../common/crypto/digest-builtin.cpp \
    103         ../common/crypto/iprt-openssl.cpp\
    104        ../common/crypto/key.cpp \
    105        ../common/crypto/key-file.cpp \
    106         ../common/crypto/key-openssl.cpp \
    107         ../common/crypto/pkcs7-sign.cpp \
    108         ../common/crypto/RTCrRandBytes-openssl.cpp
     100        ../common/crypto/pkix-signature-builtin.cpp \
     101        ../common/crypto/store.cpp \
     102        ../common/crypto/digest-builtin.cpp \
     103        ../common/crypto/iprt-openssl.cpp \
     104        ../common/crypto/key.cpp \
     105        ../common/crypto/key-file.cpp \
     106        ../common/crypto/key-openssl.cpp \
     107        ../common/crypto/pkcs7-sign.cpp \
     108        ../common/crypto/RTCrRandBytes-openssl.cpp
    109109   if1of ($(KBUILD_HOST), darwin win)
    110110    bldRTSignTool_SOURCES += ../r3/$(KBUILD_HOST)/RTCrStoreCreateSnapshotById-$(KBUILD_HOST).cpp
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