VirtualBox

Ignore:
Timestamp:
Jul 9, 2009 7:17:56 AM (15 years ago)
Author:
vboxsync
Message:

Linux additions: small cosmetical fix in the convenience Makefile

File:
1 edited

Legend:

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

    r21412 r21416  
    3333            echo "*** Building 'vboxvfs' module ***"; \
    3434            $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxvfs; \
    35             cp vboxvfs/vboxvfs.*o .; \
     35            if [ -f vboxvfs/vboxvfs.o ]; then \
     36              cp vboxvfs/vboxvfs.o .; \
     37            else \
     38              cp vboxvfs/vboxvfs.ko .; \
     39            fi; \
    3640        fi
    3741
     
    4852            $(MAKE) -C vboxvfs clean; \
    4953        fi
    50         rm -f vboxguest.ko vboxvfs.ko
     54        rm -f vboxguest.*o vboxvfs.*o
    5155
    5256load:
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