Issue 86968 - dmake warning in readlicense_oo
Summary: dmake warning in readlicense_oo
Status: CONFIRMED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 18:16 UTC by quetschke
Modified: 2013-08-07 15:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2008-03-12 18:16:13 UTC
I get this warning in readlicense_oo:

/cygdrive/d/w1/tin_ws/readlicense_oo/docs/readme
dmake:  /cygdrive/d/w1/tin_ws/solenv/inc/tg_merge.mk:  line 52:  Warning: --
Duplicate target [../../wntmsci10.pro/misc/ooo/readme.xrm]

This comes from readlicense_oo\docs\readme\makefile.mk:
READMEFILES = $(MISC)$/readme.html $(MISC)$/readme.txt

and its use in tg_merge.mk with $(..:b).

Is there a more elegant solution than placing a $(uniq ..) around the $(foreach
..) in line 52?