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.16 by greg, Sat May 7 18:57:43 2005 UTC vs.
Revision 1.17 by greg, Tue Jul 26 01:20:36 2005 UTC

# 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