VirtualBox

Ignore:
Timestamp:
Sep 1, 2010 3:53:42 PM (14 years ago)
Author:
vboxsync
Message:

Linux Installer/Additions: attempt to properly register the host/guest kernel modules at DKMS and use the setup function of the service script to compile the modules instead of doing this separately in the installer scripts

File:
1 edited

Legend:

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

    r31900 r32183  
    55
    66#
    7 # Copyright (C) 2008 Oracle Corporation
     7# Copyright (C) 2008-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    367367 VBoxNetFlt-src_SOURCES = $(subst ",,$(VBOX_VBOXNETFLT_SOURCES)) #"
    368368 VBoxNetFlt-src_SOURCES+= \
    369         $(PATH_VBoxNetFlt-src)/dkms.conf \
    370369        $(PATH_VBoxNetFlt-src)/Makefile
    371370 VBoxNetFlt-src_CLEAN   = \
    372         $(PATH_VBoxNetFlt-src)/dkms.conf \
    373371        $(PATH_VBoxNetFlt-src)/Makefile \
    374372        $(PATH_TARGET)/VBoxNetFlt-src-1.dep
     
    403401        $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxnetflt;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" --output $@ $<
    404402        $(QUIET)chmod 0755 $@
    405 
    406  # Script needed for building the kernel module
    407  $$(PATH_VBoxNetFlt-src)/dkms.conf: \
    408                 $(PATH_SUB_CURRENT)/linux/dkms.conf \
    409                 $(VBOX_VERSION_STAMP) \
    410                 | $$(dir $$@)
    411         $(call MSG_TOOL,Creating,,$@)
    412         $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" --output $@ $<
    413403
    414404endif # linux
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