VirtualBox

Changeset 89634 in vbox


Ignore:
Timestamp:
Jun 11, 2021 6:09:07 PM (3 years ago)
Author:
vboxsync
Message:

src/VBox/Makefiles.kmk,src/VBoxValidationKit/utils/audio/Makefile.kmk: The sub-makefile should make sure it's Config.kmk files are included, not the parent (see src/VBox/ValidationKit/Makefile.kmk and other place). Keep the clutter in the high-level makefiles to a minimum. bugref:10008

Location:
trunk/src/VBox
Files:
2 edited

Legend:

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

    r89628 r89634  
    2929 include $(PATH_SUB_CURRENT)/Additions/Makefile.kmk
    3030
    31  ifdef VBOX_WITH_VALIDATIONKIT
    32   # Make sure our Config.kmk is included.
    33   ifndef VBOX_VALIDATIONKIT_CONFIG_KMK_INCLUDED
    34    include $(PATH_SUB_CURRENT)/ValidationKit/Config.kmk
    35   endif
    36   # For including VKAT with the Guest Additions.
     31 ifdef VBOX_WITH_VALIDATIONKIT # For including VKAT with the Guest Additions.
    3732  include $(PATH_SUB_CURRENT)/ValidationKit/utils/audio/Makefile.kmk
    3833 endif
  • trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk

    r89544 r89634  
    2727SUB_DEPTH = ../../../../..
    2828include $(KBUILD_PATH)/subheader.kmk
     29
     30#
     31# Make sure the ValKit config file is included when the additions build
     32# is including just this makefile.
     33#
     34ifndef VBOX_VALIDATIONKIT_CONFIG_KMK_INCLUDED
     35 include $(PATH_SUB_CURRENT)/ValidationKit/Config.kmk
     36endif
    2937
    3038#
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