VirtualBox

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


Ignore:
Timestamp:
Jul 9, 2009 8:01:56 AM (16 years ago)
Author:
vboxsync
Message:

more changes to the Linux guest additions convenience Makefile

File:
1 edited

Legend:

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

    r21416 r21417  
    2525        @echo "*** Building 'vboxguest' module ***"
    2626        @$(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxguest
    27         @cp vboxguest/vboxguest.*o .
     27        @if [ -f vboxguest/vboxguest.ko ]; then \
     28            cp vboxguest/vboxguest.ko .; \
     29         else \
     30            cp vboxguest/vboxguest.o .; \
     31         fi
    2832        @echo
    2933        @if [ -d vboxvfs ]; then \
     
    3337            echo "*** Building 'vboxvfs' module ***"; \
    3438            $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxvfs; \
    35             if [ -f vboxvfs/vboxvfs.o ]; then \
    36               cp vboxvfs/vboxvfs.o .; \
     39            if [ -f vboxvfs/vboxvfs.ko ]; then \
     40                cp vboxvfs/vboxvfs.ko .; \
    3741            else \
    38               cp vboxvfs/vboxvfs.ko .; \
     42                cp vboxvfs/vboxvfs.o .; \
    3943            fi; \
    4044        fi
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