VirtualBox

Changeset 1539 in vbox


Ignore:
Timestamp:
Mar 16, 2007 8:19:26 PM (18 years ago)
Author:
vboxsync
Message:

The kernel module stuff is linux only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1513 r1539  
    12271227echo "  kmk"
    12281228echo ""
    1229 echo "To compile the kernel module, do:"
    1230 echo ""
    1231 echo "  cd ./out/$OS.$MACHINE/$BUILD_TYPE/bin/src"
    1232 echo "  make"
    1233 echo ""
     1229if [ "$OS" = "linux" ]; then
     1230    echo "To compile the kernel module, do:"
     1231    echo ""
     1232    echo "  cd ./out/$OS.$MACHINE/$BUILD_TYPE/bin/src"
     1233    echo "  make"
     1234    echo ""
     1235fi
    12341236echo "Enjoy!"
    12351237cleanup
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