Changeset 3197


Ignore:
Timestamp:
Apr 22, 2007, 2:53:37 PM (18 years ago)
Author:
bird
Message:

Avoid which and drop the set -x.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/perl/hints/os2.sh

    r3193 r3197  
    1111# Note that symbol extraction code gives wrong answers (sometimes?) on
    1212# gethostent and setsid.
    13 set -x
    1413
    1514# Optimization (GNU make 3.74 cannot be loaded :-():
     
    3837 set $MANPATH
    3938 tryman="$@"
     39 set $PATH
     40 trypath="$@"
    4041 set `gcc -print-search-dirs | grep libraries | sed -e "s/^libraries: *=//" `
    4142 libemx="$@"
     
    6364#  emxpath="`./UU/loc . /emx c:/emx d:/emx e:/emx f:/emx g:/emx h:/emx /emx`"
    6465#fi
    65 emxpath="`which gcc.exe`"
     66#emxpath="`which gcc.exe`"
     67emxpath="`./UU/loc gcc.exe /@unixroot/usr/bin $trypath`"
    6668emxpath="`dirname $emxpath`"
    6769emxpath="`dirname $emxpath`"
Note: See TracChangeset for help on using the changeset viewer.