VirtualBox

Changeset 16785 in vbox for trunk/configure


Ignore:
Timestamp:
Feb 16, 2009 12:46:34 PM (16 years ago)
Author:
vboxsync
Message:

configure: fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r16494 r16785  
    18531853        saved_path="`pwd`"
    18541854        cd $out_path
    1855         OUT_PATH="`pwd`/"
     1855        OUT_PATH="`pwd`"
    18561856        cd $saved_path
    18571857        OUT_PATH_OVERRIDE=1
    18581858        if [ $ODIR_OVERRIDE -eq 0 ]; then
    18591859          # This variable has not *yet* been overridden.  That can still happen.
    1860           ODIR=$OUT_PATH
     1860          ODIR=$OUT_PATH/
    18611861        fi
    18621862      else
     
    19381938# if we will be writing to a different out directory then set this up now
    19391939if [ $OUT_PATH_OVERRIDE -eq 1 ]; then
    1940   echo "export AUTOCFG=$OUT_PATH""AutoConfig.kmk" >> $ENV
    1941   echo "export LOCALCFG=$OUT_PATH""LocalConfig.kmk" >> $ENV
     1940  echo "export AUTOCFG=$OUT_PATH/AutoConfig.kmk" >> $ENV
     1941  echo "export LOCALCFG=$OUT_PATH/LocalConfig.kmk" >> $ENV
    19421942  echo "export PATH_OUT_BASE=$OUT_PATH" >> $ENV
    19431943fi
     
    20672067      vbox_out_path=$OUT_PATH
    20682068    else
    2069       vbox_out_path=./out/
     2069      vbox_out_path=./out
    20702070    fi
    20712071    echo "To compile the kernel module, do:"
    20722072    echo ""
    2073     echo "  cd $vbox_out_path$OS.$TARGET_MACHINE/$BUILD_TYPE/bin/src/vboxdrv"
     2073    echo "  cd $vbox_out_path/$OS.$TARGET_MACHINE/$BUILD_TYPE/bin/src/vboxdrv"
    20742074    echo "  make"
    20752075    echo ""
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