Admin/lib/Tools/makedist_bundle
changeset 62096 8d5f2e3e836d
parent 62041 52a87574bca9
child 62164 a12413bec743
equal deleted inserted replaced
62095:7edf47be2baf 62096:8d5f2e3e836d
   323       find . -type f -not -name '*.exe' -not -name '*.dll' -perm +100 \
   323       find . -type f -not -name '*.exe' -not -name '*.dll' -perm +100 \
   324         -print0 > "contrib/cygwin/isabelle/executables"
   324         -print0 > "contrib/cygwin/isabelle/executables"
   325 
   325 
   326       find . -type l -exec echo "{}" ";" -exec readlink "{}" ";" \
   326       find . -type l -exec echo "{}" ";" -exec readlink "{}" ";" \
   327         > "contrib/cygwin/isabelle/symlinks"
   327         > "contrib/cygwin/isabelle/symlinks"
       
   328       find . -type l -exec rm "{}" ";"
   328 
   329 
   329       touch "contrib/cygwin/isabelle/uninitialized"
   330       touch "contrib/cygwin/isabelle/uninitialized"
   330     )
   331     )
   331     ;;
   332     ;;
   332   *)
   333   *)