make/solaris/adlc_updater

changeset 2186
a50abfc67f31
parent 910
284d0af00d53
child 6876
710a3c8b516e
     1.1 --- a/make/solaris/adlc_updater	Tue Oct 05 11:16:12 2010 -0700
     1.2 +++ b/make/solaris/adlc_updater	Tue Oct 05 17:38:40 2010 -0700
     1.3 @@ -15,5 +15,6 @@
     1.4    ' F2=$2
     1.5    mv $1+ $1
     1.6  }
     1.7 -[ -f $3/$1 ] && (fix_lines $2/$1 $3/$1; cmp -s $2/$1 $3/$1) || \
     1.8 +fix_lines $2/$1 $3/$1
     1.9 +[ -f $3/$1 ] && cmp -s $2/$1 $3/$1 || \
    1.10  ( [ -f $3/$1 ] && echo Updating $3/$1 ; touch $2/made-change ; mv $2/$1 $3/$1 )

mercurial