VirtualBox

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


Ignore:
Timestamp:
Jan 27, 2009 9:29:55 AM (16 years ago)
Author:
vboxsync
Message:

Linux additions: small fix for the convenience Makefile when building 2.4 guest modules

File:
1 edited

Legend:

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

    r15817 r16253  
    2525        @echo "*** Building 'vboxadd' module ***"
    2626        @$(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxadd
    27         @cp vboxadd/vboxadd.ko .
     27        @cp vboxadd/vboxadd.*o .
    2828        @echo
    2929        @if [ -d vboxvfs ]; then \
     
    3333            echo "*** Building 'vboxvfs' module ***"; \
    3434            $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxvfs; \
    35             cp vboxvfs/vboxvfs.ko .; \
     35            cp vboxvfs/vboxvfs.*o .; \
    3636        fi
    3737
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