After svn checkout of source the first run of build/linux/make.sh produces
some errors like:
cp: cannot create regular file `work/lib/.svn/format': Permission denied
because some files in the .svn directories are read-only.
Subsequent runs of make.sh produce a lot of these errors.
The attached patch changes all "cp -r" to "cp -rf" which removes read-only
files and rewrites them.
Original issue reported on code.google.com by mboedic...@gmail.com on 8 Aug 2009 at 6:30
Original issue reported on code.google.com by
mboedic...@gmail.com
on 8 Aug 2009 at 6:30Attachments: