ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/makeall
(Generate patch)

Comparing ray/makeall (file contents):
Revision 1.15 by greg, Wed Feb 2 00:09:13 2005 UTC vs.
Revision 1.17 by greg, Tue Jul 26 01:20:36 2005 UTC

# Line 22 | Line 22 | if ( "$1" == library ) then
22          echo ""
23          exit 0
24   endif
25 < set srcdirs=( common meta cv gen ot rt px hd util cal )
25 > set srcdirs=( common rt meta cv gen ot px hd util cal )
26   if ( "$1" == install ) then
27          cat << _EOF_
28  
# Line 276 | Line 276 | cd ..
276   foreach i ( $* )
277          if ( "$i" == clean ) then
278                  echo "Removing library archives..."
279 <                rm -f src/lib/*.[ao]
279 >                rm -f src/lib/*.{a,o,la}
280          endif
281   end
282   echo "Done."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines