Admin/Windows/Cygwin/isabelle/rebaseall
author wenzelm
Mon, 14 Jan 2013 21:37:42 +0100
changeset 50892 9a7d81d66d09
parent 50888 bfe84bbd010b
child 50978 20edcc6a8def
permissions -rw-r--r--
include /isabelle/rebaseall in autorebaseall, which is run after installation of further packages; patch cygwin in makedist_bundles instead of makedist_cygwin, to avoid frequent repackaging of the same;

#!/bin/dash

PATH=/bin

FILE_LIST="$(mktemp)"

CONTRIB="$(cygpath -u "$(cygpath -w /)\..")"

for DIR in "$CONTRIB/polyml-5.5.0"
do
  find "$DIR" -name "*.dll" >> "$FILE_LIST"
done

dash /bin/rebaseall -T "$FILE_LIST"

rm -f "$FILE_LIST"