This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] build fix when source tree is fully read-only
>Where does this copy take place? I don't see it as part of the rule.
>I agree that the interruption needs to be handled better. That single
>rule should probably be split into three or four separate rules.
In yesterday's snapshot it's on lines 1151 and 1152; simply search for
two consecutive lines starting with 'cp -pR':
cp -pR $(srcdir)/asm .
cp -pR $(srcdir)/classes .
Jan