Ignore:
Timestamp:
2009-11-26T21:46:54+13:00 (14 years ago)
Author:
davidb
Message:

tidy up on support for installclean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gsdl-video/trunk/cascade-make/lib/cascade-lib.bash

    r18955 r20974  
    161161distclean=0
    162162tarclean=0
     163installclean=0
    163164
    164165if [ $# -gt 0 ] ; then
    165166  for cmd in $* ; do
    166167    echo $cmd
    167     if   [ $cmd = "untar" ] ;     then force_untar=1
    168     elif [ $cmd = "configure" ] ; then force_config=1
    169     elif [ $cmd = "compile" ]   ; then compile=1
    170     elif [ $cmd = "install" ]   ; then install=1 
    171     elif [ $cmd = "clean" ]     ; then clean=1 
    172     elif [ $cmd = "distclean" ] ; then distclean=1
    173     elif [ $cmd = "tarclean" ] ;  then tarclean=1
     168    if   [ $cmd = "untar" ] ;        then force_untar=1
     169    elif [ $cmd = "configure" ] ;    then force_config=1
     170    elif [ $cmd = "compile" ]   ;    then compile=1
     171    elif [ $cmd = "install" ]   ;    then install=1 
     172    elif [ $cmd = "clean" ]     ;    then clean=1 
     173    elif [ $cmd = "distclean" ] ;    then distclean=1
     174    elif [ $cmd = "tarclean" ] ;     then tarclean=1
     175    elif [ $cmd = "installclean" ] ; then installclean=1
    174176    fi
    175177  done
     
    183185  distclean=0
    184186  tarclean=0
     187  installclean=0
    185188fi
    186189
Note: See TracChangeset for help on using the changeset viewer.