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/VMM/testcase/Makefile.kmk

    r98822 r99040  
    721721MY_ASA_ASM_STUFF = \
    722722        $(addprefix -D, \
    723         $(DEFS) \
    724         $(DEFS.$(KBUILD_TYPE)) \
    725         $(DEFS.$(KBUILD_TARGET)) \
    726         IN_RING3 $(ARCH_BITS_DEFS) \
    727         $(DEFS.$(KBUILD_TARGET_ARCH)) \
    728         $(DEFS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)) \
    729         $(VMM_COMMON_DEFS) \
    730         ) \
     723                $(DEFS) \
     724                $(DEFS.$(KBUILD_TYPE)) \
     725                $(DEFS.$(KBUILD_TARGET)) \
     726                IN_RING3 $(ARCH_BITS_DEFS) \
     727                $(DEFS.$(KBUILD_TARGET_ARCH)) \
     728                $(DEFS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)) \
     729                $(VMM_COMMON_DEFS) \
     730                ) \
    731731        -f $(if $(eq $(KBUILD_TARGET),darwin),macho,elf) \
    732732        $(foreach inc,$(INCS) $(VBOX_PATH_VMM_SRC)/testcase $(VBOX_PATH_VMM_SRC)/include $(VBOX_VMM_TESTCASE_OUT_DIR) \
    733         ,-I$(inc)/)
     733                ,-I$(inc)/)
    734734
    735735# 1a. make a header file which makes all the structures+members globals.
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