The commands of the $(TOOLS_ZIP) rule include copying of two subtrees from the source...
authorJan Beulich <jbeulich@suse.com>
Thu, 29 Sep 2011 11:37:47 +0000 (11:37 +0000)
committerJan Beulich <jbeulich@gcc.gnu.org>
Thu, 29 Sep 2011 11:37:47 +0000 (11:37 +0000)
commitaec7773c94d61d2b47632b9394abbc78417afa21
treec7ab60372e5607ca7f8d8cb190a0044f823cdce2
parentd246ab4f578b2e3369963386bafd66b26de8e63d
The commands of the $(TOOLS_ZIP) rule include copying of two subtrees from the source tree (asm/ and classes/).

The commands of the $(TOOLS_ZIP) rule include copying of two subtrees from the
source tree (asm/ and classes/). If the source tree is read-only, the use of
cp's -p option here prevents the trees from getting deleted later in the rule
if they (or at least their directories) don't get marked writable.

Committed as obvious.

libjava/classpath/
2011-09-29  Jan Beulich  <jbeulich@suse.com>

* tools/Makefile.am (TOOLS_ZIP): Make writable the copied subtrees
asm/ and classes/.
* tools/Makefile.in: Re-generate.

From-SVN: r179343
libjava/classpath/ChangeLog
libjava/classpath/tools/Makefile.am
libjava/classpath/tools/Makefile.in