VirtualBox

Changeset 68845 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Sep 24, 2017 4:29:54 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118099
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/common/VBoxGuest/Makefile.kmk

    r68793 r68845  
    202202 include $(PATH_SUB_CURRENT)/linux/files_vboxguest
    203203 # sources and stuff.
    204  INSTALLS += vboxguest-src
    205  vboxguest-src_INST     = $(INST_ADDITIONS)src/vboxguest/
    206  vboxguest-src_MODE     = a+r,u+w
    207  vboxguest-src_SOURCES  = $(subst ",,$(FILES_VBOXGUEST_NOBIN))
     204 INSTALLS += vboxguest-mod
     205 vboxguest-mod_INST     = $(INST_ADDITIONS)src/vboxguest/
     206 vboxguest-mod_MODE     = a+r,u+w
     207 vboxguest-mod_SOURCES  = $(subst ",,$(FILES_VBOXGUEST_NOBIN))
    208208
    209209 INSTALLS += vboxguest-scripts
     
    226226 include $(PATH_SUB_CURRENT)/freebsd/files_vboxguest
    227227 # sources and stuff.
    228  INSTALLS += vboxguest-src
    229  vboxguest-src_INST     = $(INST_ADDITIONS)src/vboxguest/
    230  vboxguest-src_MODE     = a+r,u+w
    231  vboxguest-src_SOURCES  = $(subst ",,$(FILES_VBOXGUEST_NOBIN))
     228 INSTALLS += vboxguest-mod
     229 vboxguest-mod_INST     = $(INST_ADDITIONS)src/vboxguest/
     230 vboxguest-mod_MODE     = a+r,u+w
     231 vboxguest-mod_SOURCES  = $(subst ",,$(FILES_VBOXGUEST_NOBIN))
    232232
    233233endif # FreeBSD
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette