VirtualBox

Changeset 17564 in vbox for trunk/src


Ignore:
Timestamp:
Mar 9, 2009 11:05:42 AM (16 years ago)
Author:
vboxsync
Message:

ClarkConnect 5 fix. They are still on Linux 2.6.18 something ... See r1899

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

Legend:

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

    r17481 r17564  
    197197$(MODULE)-y  := $(OBJS)
    198198
    199 # special hack for FC6 2.6.18 and rhel5 2.6.18
     199# special hack for Fedora Core 6 2.6.18 (fc6), rhel5 2.6.18 (el5),
     200# ClarkConnect 4.3 (cc4) and ClarkConnect 5 (v5)
    200201ifeq ($(KERNELRELEASE),)
    201202 KFLAGS += $(foreach inc,$(KERN_INCL),\
     
    203204               $(if $(shell grep '"2.6.18.*fc6.*"' $(inc)/linux/utsrelease.h; \
    204205                            grep '"2.6.18.*el5.*"' $(inc)/linux/utsrelease.h; \
     206                            grep '"2.6.18.*v5.*"'  $(inc)/linux/utsrelease.h; \
    205207                            grep '"2.6.18.*cc4.*"' $(inc)/linux/utsrelease.h),\
    206208                -DKERNEL_FC6,),))
     
    208210 KFLAGS += $(if $(shell echo "$(KERNELRELEASE)"|grep '2.6.18.*fc6.*';\
    209211                        echo "$(KERNELRELEASE)"|grep '2.6.18.*el5.*';\
     212                        echo "$(KERNELRELEASE)"|grep '2.6.18.*v5.*';\
    210213                        echo "$(KERNELRELEASE)"|grep '2.6.18.*cc4.*'),\
    211214                -DKERNEL_FC6,)
  • trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module

    r15816 r17564  
    215215$(MODULE)-y  := $(OBJS)
    216216
    217 # special hack for FC6 2.6.18 and rhel5 2.6.18
     217# special hack for Fedora Core 6 2.6.18 (fc6), rhel5 2.6.18 (el5),
     218# ClarkConnect 4.3 (cc4) and ClarkConnect 5 (v5)
    218219ifeq ($(KERNELRELEASE),)
    219220 KFLAGS += $(foreach inc,$(KERN_INCL),\
     
    221222               $(if $(shell grep '"2.6.18.*fc6.*"' $(inc)/linux/utsrelease.h; \
    222223                            grep '"2.6.18.*el5.*"' $(inc)/linux/utsrelease.h; \
     224                            grep '"2.6.18.*v5.*"'  $(inc)/linux/utsrelease.h; \
    223225                            grep '"2.6.18.*cc4.*"' $(inc)/linux/utsrelease.h),\
    224226                -DKERNEL_FC6,),))
     
    226228 KFLAGS += $(if $(shell echo "$(KERNELRELEASE)"|grep '2.6.18.*fc6.*';\
    227229                        echo "$(KERNELRELEASE)"|grep '2.6.18.*el5.*';\
     230                        echo "$(KERNELRELEASE)"|grep '2.6.18.*v5.*';\
    228231                        echo "$(KERNELRELEASE)"|grep '2.6.18.*cc4.*'),\
    229232                -DKERNEL_FC6,)
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