--- ray/makeall 2010/11/29 17:22:44 1.25 +++ ray/makeall 2012/04/25 22:21:06 1.27 @@ -1,5 +1,5 @@ #!/bin/csh -f -# RCSid $Id: makeall,v 1.25 2010/11/29 17:22:44 greg Exp $ +# RCSid $Id: makeall,v 1.27 2012/04/25 22:21:06 greg Exp $ # # Make all the Radiance programs # @@ -65,13 +65,6 @@ if ( ! -d $idir ) then 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 set inpath=0 foreach i ( $path ) if ( "$i" == "$idir" ) then @@ -84,7 +77,7 @@ if ( "`ls -tL $rmake $0 |& head -1`" == $rmake ) then goto gotrmake endif set newrmake -more src/common/copyright.h +more License.txt echo -n "Do you understand and accept the terms of this agreement [n]? " set ans="$<" if ( "$ans" !~ [yY]* ) exit