Issue 69393 - dmake a single EXCEPTIONFILES target thinks it's up to date
Summary: dmake a single EXCEPTIONFILES target thinks it's up to date
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: 2006-09-08 12:00 UTC by ooo
Modified: 2013-08-07 15:34 UTC (History)
2 users (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 ooo 2006-09-08 12:00:11 UTC
A changed source.cxx that is listed in EXCEPTIONFILES isn't compiled when dmake
is invoked with the object file as target, e.g.

cd $SRC_ROOT/sc/source/ui/docshell
touch docsh8.cxx
dmake ../../../unxlngi6/slo/docsh8.obj

output:
`../../../unxlngi6/slo/docsh8.obj' is up to date

A simple dmake without target builds fine.
Comment 1 hjs 2007-02-06 11:34:36 UTC
fixed for EXCEPTIONFILES but may still happen with EXCEPTIONSNOOPTFILES.
Comment 2 quetschke 2007-06-12 18:28:23 UTC
@ause: Is this a duplicate of issue 69462 or a makefile issue?
Comment 3 quetschke 2007-08-04 16:43:50 UTC
@ause: Please verify if this is still an issue. For me it works (see below)
with W32-bash / SRC680_m224 (dmake 4.9). If you still see the problem and
think it is not a makefile, but a dmake problem, please try dmake 4.11.

(for EXCEPTIONSFILES)

$ cd sc/source/ui/docshell

$ touch docsh8.cxx ; dmake ../../../wntmsci10.pro/slo/docsh8.obj

builds fine.


(for EXCEPTIONSNOOPTFILES)

$ cd sc/source/core/data

$ touch cell.cxx ; dmake ../../../wntmsci10.pro/slo/cell.obj

works also.