VirtualBox

Ignore:
Timestamp:
Nov 12, 2018 3:05:43 PM (6 years ago)
Author:
vboxsync
Message:

Additions/linux/drm: stop automatically re-indenting kernel module sources.
bugref:8524: Additions/linux: play nicely with distribution-installed Additions
I decided that the minimal benefits of making the vboxvideo sources in the
installer package look more like the kernel ones were not worth additional
complexity in the build process and potential confusion for contributors.
This change removes it, but leaves the sed script in place in case it is
helpful to anyone wishing to compare our sources with the kernel ones, or as
inspiration to anyone needing to do similar things.

File:
1 edited

Legend:

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

    r69531 r75399  
    2525include $(PATH_SUB_CURRENT)/files_vboxvideo_drv
    2626vboxvideo-src_DEPS         = \
    27         $(PATH_ROOT)/src/VBox/Additions/linux/drm/files_vboxvideo_drv \
    28         $(PATH_ROOT)/src/VBox/Additions/linux/drm/indent.sed
     27        $(PATH_ROOT)/src/VBox/Additions/linux/drm/files_vboxvideo_drv
    2928vboxvideo-src_INST         = $(INST_ADDITIONS)src/vboxvideo/
    3029vboxvideo-src_SOURCES      = \
     
    3231vboxvideo-src_EXEC_SOURCES = \
    3332        $(subst $(DQUOTE),,$(FILES_VBOXVIDEO_DRM_BIN))
    34 vboxvideo-src_INSTALLER = $(RM_EXT) -f -- "$2" && \
    35     $(if $(filter %.c %.h,$2),$(SED) -f $(PATH_ROOT)/src/VBox/Additions/linux/drm/indent.sed \
    36     --output "$2" "$1",$(CP_EXT) "$1" "$2") && \
    37     $(CHMOD_EXT) "$(if $(mode),$(mode),0644)" "$2"
    3833
    3934
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