--- ray/makeall 2011/10/25 22:53:14 1.26 +++ ray/makeall 2012/06/29 16:18:02 1.28 @@ -1,5 +1,5 @@ #!/bin/csh -f -# RCSid $Id: makeall,v 1.26 2011/10/25 22:53:14 greg Exp $ +# RCSid $Id: makeall,v 1.28 2012/06/29 16:18:02 greg Exp $ # # Make all the Radiance programs # @@ -11,7 +11,7 @@ if ( $#argv < 1 ) then endif if ( "$1" == library ) then source installib - cp -f src/*/*.{cal,tab,hex} $ldir + cp -f src/*/*.{cal,tab,hex,dat} $ldir echo "" echo "Set the environment variable RAYPATH=.:$ldir" echo 'For C-shell users, put the following into ~/.cshrc' @@ -62,13 +62,6 @@ if ( ! -d $idir ) then mkdir $idir if ( $status ) then echo "Cannot create directory, please reenter" - goto again1 - endif -endif -if ( ! -d $idir/dev ) then - mkdir $idir/dev - if ( $status ) then - echo "Cannot create subdirectory, please reenter" goto again1 endif endif