This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]