-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: infrastructure
-
b81
-
generic
-
generic
The makefile j2se/make/mksample/nio/server/Makefile uses a copy without first removing the original file which will be read-only. This means that a second time around will often fail. Incremental builds are broken with this makefile.
Change to use the makefile macro $(install-file), and remove the directory target for creation of the target directory.
Change to use the makefile macro $(install-file), and remove the directory target for creation of the target directory.