To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81628
                 Issue #|81628
                 Summary|dmake 4.11 finds lots of virtual targets with correspo
                        |nding files
               Component|tools
                 Version|current
                Platform|PC
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|solenv
             Assigned to|hjs
             Reported by|vq





------- Additional comments from [EMAIL PROTECTED] Mon Sep 17 04:02:55 +0000 
2007 -------
The new dmake411 finds lots of warnings (200+ on W32) like this:

dmake:  Warning: -- Found file corresponding to virtual target
[../wntmsci10.pro/inc/cppuhelper/com/sun/star/beans/PropertyAttribute.hpp].

It seems that the *.hpp (target $(UNOUCRHEADER) ) are generated by the
$(UNOUCRTARGET) target in target.mk, but there is also a "virtual" target
like this:

$(UNOUCRHEADER) : $(UNOUCRTARGET)


The following patch might be a way to fix this:

+++ solenv/inc/target.mk        17 Sep 2007 04:02:10 -0000
@@ -1298,7 +1298,7 @@
        @-$(MKDIRHIER) $(@:d)
        @$(TOUCH) $@
 
-$(UNOUCRTARGET) : $(UNOUCRDEP) $(UNOUCRTYPEFLAGS)
+$(UNOUCRTARGET) $(UNOUCRHEADER) : $(UNOUCRDEP) $(UNOUCRTYPEFLAGS)
 .IF "$(XML2MK_FILES)"!=""
        @@-$(RM) $(foreach,i,$(XML2MK_FILES) $(MISC)$/$(i).mk)
 .ENDIF                 # "$(XML2MK_FILES)"!=""

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to