Changeset 1571 for trunk/kBuild


Ignore:
Timestamp:
Apr 25, 2008, 1:25:26 AM (17 years ago)
Author:
bird
Message:

Don't set MAKESHELL even on OS/2. Besides OS/2 never uses this script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/env.sh

    r1570 r1571  
    427427
    428428#
    429 # Make shell - OS/2 only.
    430 # Remove this!
    431 #
    432 if test "$KBUILD_HOST" = "os2"; then
    433     export MAKESHELL="${KBUILD_BIN_PATH}/kmk_ash${_SUFF_EXE}";
    434 fi
    435 
    436 #
    437429# Add the bin/x.y/ directory to the PATH.
    438430# NOTE! Once bootstrapped this is the only thing that is actually necessary.
Note: See TracChangeset for help on using the changeset viewer.