VirtualBox

Ignore:
Timestamp:
Mar 18, 2023 9:03:42 PM (2 years ago)
Author:
vboxsync
Message:

*.kmk: Applied scm with new indenting of multiline variable/function expansions in variable assignments. bugref:10348

File:
1 edited

Legend:

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

    r98753 r99040  
    18041804  include $($(target)_2_VBOX_NOCRT_ALIAS_KMK_FILE)
    18051805  $(target)_2_VBOX_NOCRT_ALIAS_FILES := $(foreach alias,$($(target)_2_VBOX_NOCRT_ALIASES) \
    1806         $($(target)_VBOX_NOCRT_ALIASES) \
    1807         $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg)) \
    1808         $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_type)) \
    1809         $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_trg_arch)) \
    1810         $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_trg_arch).$(bld_type)) \
    1811         $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg_arch)) \
    1812         $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg_cpu)) \
    1813         $($(target)_VBOX_NOCRT_ALIASES.$(bld_type)) \
    1814         , $($(target)_0_OUTDIR)/genalias/$(firstword $(subst =, $(SPACE),$(alias))).o)
     1806                $($(target)_VBOX_NOCRT_ALIASES) \
     1807                $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg)) \
     1808                $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_type)) \
     1809                $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_trg_arch)) \
     1810                $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg).$(bld_trg_arch).$(bld_type)) \
     1811                $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg_arch)) \
     1812                $($(target)_VBOX_NOCRT_ALIASES.$(bld_trg_cpu)) \
     1813                $($(target)_VBOX_NOCRT_ALIASES.$(bld_type)) \
     1814                , $($(target)_0_OUTDIR)/genalias/$(firstword $(subst =, $(SPACE),$(alias))).o)
    18151815  $(eval $(def_unit_VBoxNoCrtAliases_double_expansion))
    18161816 endif
     
    18371837
    18381838  RuntimeR3_SOURCES = $(filter-out \
    1839         r3/alloc.cpp \
    1840         r3/alloc-ef.cpp \
    1841         r3/xml.cpp \
    1842         common/zip/xarvfs.cpp \
    1843         common/misc/json.cpp \
    1844         generic/RTLogWriteStdErr-generic.cpp \
    1845         generic/RTLogWriteStdOut-generic.cpp \
    1846         ,$(RuntimeBaseR3_SOURCES)) \
     1839                r3/alloc.cpp \
     1840                r3/alloc-ef.cpp \
     1841                r3/xml.cpp \
     1842                common/zip/xarvfs.cpp \
     1843                common/misc/json.cpp \
     1844                generic/RTLogWriteStdErr-generic.cpp \
     1845                generic/RTLogWriteStdOut-generic.cpp \
     1846                ,$(RuntimeBaseR3_SOURCES)) \
    18471847        \
    18481848        common/err/nocrt-strerror.cpp \
     
    21072107
    21082108  RuntimeR3_SOURCES.win = $(filter-out \
    2109         r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
    2110         ,$(RuntimeBaseR3_SOURCES.win)) \
     2109                r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
     2110                ,$(RuntimeBaseR3_SOURCES.win)) \
    21112111        \
    21122112        common/compiler/vcc/atexit-vcc.cpp \
     
    21592159        strtok_s=nocrt_strtok_r _strtok_s=nocrt_strtok_r nocrt_strtok_s=nocrt_strtok_r \
    21602160        $(foreach fn, atan atan2 cos ceil exp fabs floor ldexp log lrint llrint remainder sin tan \
    2161         ,$(fn)l=nocrt_$(fn) _$(fn)l=nocrt_$(fn))
     2161                ,$(fn)l=nocrt_$(fn) _$(fn)l=nocrt_$(fn))
    21622162 endif
    21632163endif
     
    21762176 BLDDIRS += $(IPRT_OUT_DIR)/man/
    21772177 OTHER_CLEAN += $(foreach xml,$(basename $(notdir $(IPRT_XML_REFENTRY_FILES))), \
    2178         $(IPRT_OUT_DIR)/man/$(xml).xml $(IPRT_OUT_DIR)/man/$(xml).h $(IPRT_OUT_DIR)/man/$(xml).h.ts)
     2178                $(IPRT_OUT_DIR)/man/$(xml).xml $(IPRT_OUT_DIR)/man/$(xml).h $(IPRT_OUT_DIR)/man/$(xml).h.ts)
    21792179
    21802180
     
    25332533
    25342534RuntimeBldProg_SOURCES.darwin = $(filter-out \
    2535         generic/cdrom-generic.cpp \
    2536         generic/RTFileMove-generic.cpp \
    2537         generic/RTProcDaemonize-generic.cpp \
    2538         generic/RTThreadGetAffinity-stub-generic.cpp \
    2539         generic/RTThreadSetAffinity-stub-generic.cpp \
    2540         generic/RTThreadSetAffinityToCpu-generic.cpp \
    2541         generic/RTTimerCreate-generic.cpp \
    2542         generic/mppresent-generic.cpp \
    2543         generic/RTSystemShutdown-generic.cpp \
    2544         generic/timer-generic.cpp \
    2545         generic/utf16locale-generic.cpp \
    2546         generic/RTProcIsRunningByName-generic.cpp \
    2547         generic/RTThreadGetNativeState-generic.cpp \
    2548         r3/darwin/filelock-darwin.cpp \
    2549         r3/darwin/systemmem-darwin.cpp \
    2550         r3/darwin/krnlmod-darwin.cpp \
    2551         r3/darwin/filelock-darwin.cpp \
    2552         r3/darwin/RTSystemQueryDmiString-darwin.cpp \
    2553         r3/darwin/RTPathUserDocuments-darwin.cpp \
    2554         r3/posix/RTTimeSet-posix.cpp \
    2555         r3/posix/serialport-posix.cpp \
    2556         r3/posix/localipc-posix.cpp \
    2557         r3/generic/allocex-r3-generic.cpp \
    2558         r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
    2559         r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp \
    2560         r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp \
    2561         , $(RuntimeBaseR3_SOURCES.darwin))
     2535                generic/cdrom-generic.cpp \
     2536                generic/RTFileMove-generic.cpp \
     2537                generic/RTProcDaemonize-generic.cpp \
     2538                generic/RTThreadGetAffinity-stub-generic.cpp \
     2539                generic/RTThreadSetAffinity-stub-generic.cpp \
     2540                generic/RTThreadSetAffinityToCpu-generic.cpp \
     2541                generic/RTTimerCreate-generic.cpp \
     2542                generic/mppresent-generic.cpp \
     2543                generic/RTSystemShutdown-generic.cpp \
     2544                generic/timer-generic.cpp \
     2545                generic/utf16locale-generic.cpp \
     2546                generic/RTProcIsRunningByName-generic.cpp \
     2547                generic/RTThreadGetNativeState-generic.cpp \
     2548                r3/darwin/filelock-darwin.cpp \
     2549                r3/darwin/systemmem-darwin.cpp \
     2550                r3/darwin/krnlmod-darwin.cpp \
     2551                r3/darwin/filelock-darwin.cpp \
     2552                r3/darwin/RTSystemQueryDmiString-darwin.cpp \
     2553                r3/darwin/RTPathUserDocuments-darwin.cpp \
     2554                r3/posix/RTTimeSet-posix.cpp \
     2555                r3/posix/serialport-posix.cpp \
     2556                r3/posix/localipc-posix.cpp \
     2557                r3/generic/allocex-r3-generic.cpp \
     2558                r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
     2559                r3/generic/RTLocaleQueryNormalizedBaseLocaleName-r3-generic.cpp \
     2560                r3/generic/RTLocaleQueryUserCountryCode-r3-generic.cpp \
     2561                , $(RuntimeBaseR3_SOURCES.darwin))
    25622562
    25632563RuntimeBldProg_SOURCES.win = \
     
    26302630
    26312631RuntimeBldProg_SOURCES.amd64 = $(filter-out \
    2632         VBox/RTLogWriteVmm-amd64-x86.asm \
    2633         , $(RuntimeBaseR3_SOURCES.amd64))
     2632                VBox/RTLogWriteVmm-amd64-x86.asm \
     2633                , $(RuntimeBaseR3_SOURCES.amd64))
    26342634
    26352635RuntimeBldProg_SOURCES.x86 = $(filter-out \
    2636         VBox/RTLogWriteVmm-amd64-x86.asm \
    2637         , $(RuntimeBaseR3_SOURCES.x86))
     2636                VBox/RTLogWriteVmm-amd64-x86.asm \
     2637                , $(RuntimeBaseR3_SOURCES.x86))
    26382638
    26392639RuntimeBldProg_SOURCES.win.amd64 := \
     
    27212721RuntimeGuestR3_DEFS                      = $(filter-out RTCRITSECT_STRICT RT_NO_GIP IN_SUP_R3 IPRT_WITH_LZMA, $(RuntimeR3_DEFS))
    27222722RuntimeGuestR3_SOURCES                   = $(filter-out \
    2723         common/time/timesupref.cpp \
    2724         common/time/timesupA.asm \
    2725         common/time/timesup.cpp \
    2726         common/zip/xarvfs.cpp \
    2727         common/zip/lzmavfs.cpp \
    2728         r3/xml.cpp \
    2729         generic/RTLogWriteUser-generic.cpp \
    2730         , $(RuntimeR3_SOURCES)) \
     2723                common/time/timesupref.cpp \
     2724                common/time/timesupA.asm \
     2725                common/time/timesup.cpp \
     2726                common/zip/xarvfs.cpp \
     2727                common/zip/lzmavfs.cpp \
     2728                r3/xml.cpp \
     2729                generic/RTLogWriteUser-generic.cpp \
     2730                , $(RuntimeR3_SOURCES)) \
    27312731        \
    27322732        common/time/timesysalias.cpp \
     
    28292829        VBox/VBoxRTDeps.cpp \
    28302830        $(filter-out common/checksum/crc32.cpp, \
    2831         $(if-expr defined(VBOX_WITH_ALT_HASH_CODE), $(RuntimeBaseR3_SOURCES), \
    2832         $(patsubst common/checksum/alt-%,common/checksum/openssl-%,$(RuntimeBaseR3_SOURCES)) ) ) \
     2831                $(if-expr defined(VBOX_WITH_ALT_HASH_CODE), $(RuntimeBaseR3_SOURCES), \
     2832                $(patsubst common/checksum/alt-%,common/checksum/openssl-%,$(RuntimeBaseR3_SOURCES)) ) ) \
    28332833        common/checksum/crc32-zlib.cpp \
    28342834        common/dbg/dbgmodghidra.cpp \
     
    46114611        $(VBOX_PATH_RUNTIME_SRC)/VBox \
    46124612        $(foreach dir, $(VBOX_PATH_RUNTIME_SRC) $(VBOX_PATH_RUNTIME_SRC)/r3 $(VBOX_PATH_RUNTIME_SRC)/r0drv, \
    4613         $(dir) \
    4614         $(dir)/darwin \
    4615         $(dir)/haiku \
    4616         $(dir)/linux \
    4617         $(dir)/nt \
    4618         $(dir)/os2 \
    4619         $(dir)/solaris \
    4620         $(dir)/win \
    4621         $(dir)/win32 \
    4622         $(dir)/win64 \
    4623         $(dir)/generic \
    4624         )
     4613                $(dir) \
     4614                $(dir)/darwin \
     4615                $(dir)/haiku \
     4616                $(dir)/linux \
     4617                $(dir)/nt \
     4618                $(dir)/os2 \
     4619                $(dir)/solaris \
     4620                $(dir)/win \
     4621                $(dir)/win32 \
     4622                $(dir)/win64 \
     4623                $(dir)/generic \
     4624                )
    46254625
    46264626# These must come first in order to make things look nice.
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