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.30 by greg, Fri Sep 11 20:38:46 2020 UTC vs.
Revision 1.31 by greg, Wed Feb 16 18:56:32 2022 UTC

# Line 26 | Line 26 | endif
26   if ( "$1" == test ) then
27          cd test
28          set fails=()
29 <        foreach d (cal gen util px renders)
29 >        foreach d (cv cal gen util px renders)
30                  cd $d
31                  make -k clean all && make clean
32                  if ($status) set fails=($fails $d)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines