-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta
-
generic
-
generic
Name: dm26566 Date: 04/22/2001
The merlin build generates over 360 warnings of the type:
../../common/Rules.gmk:29: target `../../../build/solaris-sparc/classes' given
more than once in the same rule.
This is because of the line in make/common/Rules.gmk where both
$(CLASSDESTDIR) and $(CLASSBINDIR) are targets in the general rule to make
directories, and the line in Defs.gmk which sets
CLASSDESTDIR = $(CLASSBINDIR).
======================================================================