VirtualBox

Ignore:
Timestamp:
Sep 24, 2017 4:29:54 PM (7 years ago)
Author:
vboxsync
Message:

Additions/linux: do not re-test building all kernel modules if one has changed.
bugref:4567: Linux kernel driver maintenance

If one of the Additions kernel modules was changed and we re-run kmk, up
until now the build system did a test rebuild of all three. Change that
to only rebuild the one which was changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/Makefile.kmk

    r68761 r68845  
    2222# Populate FILES_VBOXVIDEO_DRM_NOBIN
    2323#
    24 INSTALLS += vboxvideo_drm-mod
     24INSTALLS += vboxvideo-mod
    2525include $(PATH_SUB_CURRENT)/files_vboxvideo_drv
    26 vboxvideo_drm-mod_DEPS         = $(PATH_ROOT)/src/VBox/Additions/linux/drm/indent.sed
    27 vboxvideo_drm-mod_INST         = $(INST_ADDITIONS)src/vboxvideo/
    28 vboxvideo_drm-mod_SOURCES      = \
     26vboxvideo-mod_DEPS         = $(PATH_ROOT)/src/VBox/Additions/linux/drm/indent.sed
     27vboxvideo-mod_INST         = $(INST_ADDITIONS)src/vboxvideo/
     28vboxvideo-mod_SOURCES      = \
    2929        $(subst $(DQUOTE),,$(FILES_VBOXVIDEO_DRM_NOBIN))
    30 vboxvideo_drm-mod_EXEC_SOURCES = \
     30vboxvideo-mod_EXEC_SOURCES = \
    3131        $(subst $(DQUOTE),,$(FILES_VBOXVIDEO_DRM_BIN))
    32 vboxvideo_drm-mod_INSTALLER = $(RM_EXT) -f -- "$2" && \
     32vboxvideo-mod_INSTALLER = $(RM_EXT) -f -- "$2" && \
    3333    $(if $(filter %.c %.h,$2),$(SED) -f $(PATH_ROOT)/src/VBox/Additions/linux/drm/indent.sed \
    3434    --output "$2" "$1",$(CP_EXT) "$1" "$2") && \
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