VirtualBox

Changeset 36603 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Apr 6, 2011 10:33:58 PM (14 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: removed the test kernel modules

Location:
trunk/src/VBox/Additions/linux
Files:
4 deleted
2 edited

Legend:

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

    r36518 r36603  
    336336
    337337#
    338 # Install the sources of our (sanity) test kernel module
    339 #
    340 INSTALLS += LnxAddTest-src
    341 LnxAddTest-src_INST    = $(subst $(PATH_TARGET),obj,$(VBOX_LNX_ADD_INST_SHARE_DIR)$(VBOX_LNX_ADD_PACKAGE_NAME))/test/
    342 LnxAddTest-src_MODE    = a+r,u+w
    343 LnxAddTest-src_SOURCES = \
    344         $(VBOX_REL_LNX_ADD_INST)Makefile.test=>Makefile \
    345         $(PATH_BIN)/additions/src/vboxguest/build_in_tmp \
    346         $(VBOX_REL_LNX_ADD_INST)test.c
    347 
    348 
    349 #
    350 # Install the sources of our (sanity) test kernel rendering (DRM) module
    351 #
    352 INSTALLS += LnxAddDRM-src
    353 LnxAddDRM-src_INST    = $(subst $(PATH_TARGET),obj,$(VBOX_LNX_ADD_INST_SHARE_DIR)$(VBOX_LNX_ADD_PACKAGE_NAME))/test_drm/
    354 LnxAddDRM-src_MODE    = a+r,u+w
    355 LnxAddDRM-src_SOURCES = \
    356         $(VBOX_REL_LNX_INST_SRC)Makefile.include.header \
    357         $(VBOX_REL_LNX_INST_SRC)Makefile.include.footer \
    358         $(VBOX_REL_LNX_ADD_INST)Makefile.test.drm=>Makefile \
    359         $(PATH_BIN)/additions/src/vboxguest/build_in_tmp \
    360         $(VBOX_REL_LNX_ADD_INST)test_drm.c
    361 
    362 
    363 #
    364338# We need our routines.sh and the uninstallation scripts in the staging
    365339# directory too
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r36019 r36603  
    367367    test_sane_kernel_dir
    368368
    369     if ! sh /usr/share/$PACKAGE/test/build_in_tmp \
    370         --no-print-directory >> $LOG 2>&1; then
    371         fail_msg
    372         printf "Your system does not seem to be set up to build kernel modules.\nLook at $LOG to find out what went wrong.\nOnce you have corrected it, you can run\n\n  /etc/init.d/vboxadd setup\n\nto build them.\n\n"
    373         return 1
    374     else
    375         if ! sh /usr/share/$PACKAGE/test_drm/build_in_tmp \
    376             --no-print-directory >> $LOG 2>&1; then
    377             printf "\nYour guest system does not seem to have sufficient OpenGL support to enable\naccelerated 3D effects (this requires Linux 2.6.27 or later in the guest\nsystem).  This Guest Additions feature will be disabled.\n\n"
    378             BUILDVBOXVIDEO=""
    379         fi
    380     fi
    381369    echo
     370    if expr `uname -r` '<' '2.6.27' > /dev/null; then
     371        echo "Not building the VirtualBox advanced graphics driver as this Linux version is"
     372        echo "too old to use it."
     373        BUILDVBOXVIDEO=
     374    fi
    382375    if [ -n "$BUILDVBOXGUEST" ]; then
    383376        begin "Building the main Guest Additions module"
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