Changeset 251

Show
Ignore:
Timestamp:
05/02/08 09:07:35 (8 months ago)
Author:
conrad
Message:

fix in-tree function use

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • home/bin/build

    r246 r251  
    185185build_intree_only () { 
    186186  # MPlayer can't be built out-of-tree 
    187   [ $BUILD_IN_TREE -o -e mplayer.c ] 
     187  [ "x$BUILD_IN_TREE" = "xy" -o -e mplayer.c ] 
    188188} 
    189189 
     
    283283 
    284284build_clean () { 
    285   if [ -e Kbuild -o $(build_intree_only) ] ; then 
     285  if [ -e Kbuild -o build_intree_only ] ; then 
    286286    build_make clean 
    287287  elif [ -e Setup.lhs -o -e Setup.hs ] ; then