Some distrib tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -152,17 +152,12 @@ if [ -z "${skipcopy}" ]; then
|
||||
done
|
||||
|
||||
# now do the same thing for wxPython, skipping it's build dirs and such
|
||||
mkdir ${tarver}/wxPython
|
||||
cp -pf --link ${wxdir}/wxPython/* ${tarver}/wxPython > /dev/null 2>&1
|
||||
for d in contrib demo distrib distutils docs include licence samples scripts src SWIG wx wxPython; do
|
||||
cp -Rpf --link ${wxdir}/wxPython/$d ${tarver}/wxPython #> /dev/null 2>&1
|
||||
for dir in `grep -v '#' ${wxdir}/wxPython/distrib/DIRLIST`; do
|
||||
mkdir ${tarver}/${dir}
|
||||
##echo "cp -pf --link ${wxdir}/${dir}/* ${tarver}/${dir}"
|
||||
cp -pf --link ${wxdir}/${dir}/* ${tarver}/${dir} > /dev/null 2>&1
|
||||
done
|
||||
|
||||
# cp -Rpf --link ${wxdir}/* ${tarver} > /dev/null 2>&1
|
||||
# rm -r ${tarver}/bld*
|
||||
# rm -r ${tarver}/wxPython/build*
|
||||
# rm -r ${tarver}/wxPython/_build_rpm
|
||||
|
||||
echo "*** Removing uneeded stuff from copy of CVS tree"
|
||||
pushd ${tarver} > /dev/null
|
||||
cleanup .cvsignore
|
||||
@@ -184,8 +179,6 @@ if [ -z "${skipcopy}" ]; then
|
||||
cleanup "core.[0-9]*"
|
||||
|
||||
rm -f wxPython/wx/* > /dev/null 2>&1
|
||||
rm wxPython/demo/.setup.sh
|
||||
rm -r wxPython/docs/xml-raw
|
||||
|
||||
popd > /dev/null
|
||||
popd > /dev/null
|
||||
|
Reference in New Issue
Block a user