VirtualBox

Changeset 77390 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 20, 2019 3:51:56 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128941
Message:

Renamed the common linux makefile includes to use a more conventional stuffix based scheme to simplify syntax highlighting.

Location:
trunk/src/VBox/Additions
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile

    r76553 r77390  
    2727# Linux kbuild sets this to our source directory if we are called from there
    2828obj ?= $(CURDIR)
    29 include $(obj)/Makefile.include.header
     29include $(obj)/Makefile-header.gmk
    3030
    3131MOD_NAME = vboxguest
     
    157157                common/string common/table common/time
    158158
    159 include $(obj)/Makefile.include.footer
     159include $(obj)/Makefile-footer.gmk
    160160
    161161check: $(MOD_NAME)
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest

    r76553 r77390  
    9494    ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibPhysHeap.cpp=>VBoxGuestR0LibPhysHeap.c \
    9595    ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibVMMDev.cpp=>VBoxGuestR0LibVMMDev.c \
    96     ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.header=>Makefile.include.header \
    97     ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.footer=>Makefile.include.footer \
     96    ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \
     97    ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \
    9898    ${PATH_ROOT}/src/VBox/Runtime/include/internal/assert.h=>include/internal/assert.h \
    9999    ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/internal/initterm.h \
  • trunk/src/VBox/Additions/linux/drm/Makefile.module.kms

    r76553 r77390  
    2020# Linux kbuild sets this to our source directory if we are called from there
    2121obj ?= $(CURDIR)
    22 include $(obj)/Makefile.include.header
     22include $(obj)/Makefile-header.gmk
    2323
    2424BUILD =
     
    4141MOD_INCL   = -I$(KBUILD_EXTMOD) -Iinclude/drm
    4242
    43 include $(obj)/Makefile.include.footer
     43include $(obj)/Makefile-footer.gmk
    4444
    4545else  # ! wildcard $(KERN_INCL)/drm/drm_rect.h
  • trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv

    r76553 r77390  
    4141    ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_ttm.c=>vbox_ttm.c \
    4242    ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_hgsmi.c=>vbox_hgsmi.c \
    43     ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.header=>Makefile.include.header \
    44     ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.footer=>Makefile.include.footer \
     43    ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \
     44    ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \
    4545    ${PATH_ROOT}/src/VBox/Additions/linux/drm/Makefile.module.kms=>Makefile \
    4646"
  • trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module

    r77389 r77390  
    2323# Linux kbuild sets this to our source directory if we are called from there
    2424obj ?= $(CURDIR)
    25 include $(obj)/Makefile.include.header
     25include $(obj)/Makefile-header.gmk
    2626
    2727MOD_NAME = vboxsf
     
    8989MOD_CLEAN = . linux r0drv r0drv/linux
    9090
    91 include $(obj)/Makefile.include.footer
     91include $(obj)/Makefile-footer.gmk
    9292
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