Index: build/pre.sh ================================================================== --- build/pre.sh +++ build/pre.sh @@ -1,8 +1,8 @@ #! /bin/bash -./kitcreator distclean +./kitcreator distclean >/dev/null 2>/dev/null KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)" export KITSHROOTDIR ( cd "${KITSHROOTDIR}" || exit 1 ADDED tcl/patchscripts/macosx-fixheaders.sh Index: tcl/patchscripts/macosx-fixheaders.sh ================================================================== --- tcl/patchscripts/macosx-fixheaders.sh +++ tcl/patchscripts/macosx-fixheaders.sh @@ -0,0 +1,5 @@ +#! /bin/bash + +cp unix/*.h macosx/ + +exit 0 ADDED tk/patchscripts/macosx-fixheaders.sh Index: tk/patchscripts/macosx-fixheaders.sh ================================================================== --- tk/patchscripts/macosx-fixheaders.sh +++ tk/patchscripts/macosx-fixheaders.sh @@ -0,0 +1,5 @@ +#! /bin/bash + +cp unix/*.h macosx/ + +exit 0