-
Bug
-
Resolution: Fixed
-
P1
-
1.3.1
-
None
-
beta
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038738 | 1.4.0 | David Katleman | P1 | Resolved | Fixed | beta |
Name: dm26566 Date: 11/20/2000
There was a bug introduced in the recent update of
.../make/sun/javac/sources/Makefile.LICBUILD
the rule:
$(RESOURCE_DEST_DIR)/%.properties: $(RESOURCE_SRC_DIR)/%.properties
-$(MKDIR) -p $(RESOURCE_DEST_DIR)
$(RM) $@
$(CP) $< $@
is composed of commands which have preceeding spaces instead of tab(s).
Copy/Paste between applications often converts tabs to spaces.
======================================================================
- backported by
-
JDK-2038738 Licensee makefile contains invalid rule
-
- Resolved
-