AnthonyVillacorta / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

fix permission denied errors from Linux make.sh #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
We switched to ant, so this isn't relevant any more.

Original comment by dmel...@gmail.com on 2 Aug 2010 at 7:43