Issue 50752 - scp2/util/makefile.mk not in dependency list
Summary: scp2/util/makefile.mk not in dependency list
Status: ACCEPTED
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: 680m106
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 07:44 UTC by Frank Schönheit
Modified: 2013-08-07 15:26 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 Frank Schönheit 2005-06-15 07:44:31 UTC
modifying the makefile.mk in scp2/util, for instance for adding a new module to
the setup, does not result in a rebuild on the next dmake. Instead, nothing is
built here.

Since "dmake -u" is not supported in OOo's build env (though it's supposed to
build everything in the current directory from scratch, ignoring dependencies),
the only feasible workaround is to delete the complete output tree, and build
the whole project - which is somewhat oversized and cumbersome.

I suggest adding makefile.mk to the dependecy list.

P4, since this is probably not really commonly encountered.
Comment 1 ingo.schmidt-rosbiegal 2006-10-11 11:17:03 UTC
Accepted