To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43310





------- Additional comments from [EMAIL PROTECTED] Thu Apr 21 03:44:00 -0700 
2005 -------
One more thing: there seems to be a problem with .PRECIOUS too.  In following
makefile, I have asked for foo.xs to be kept:

.USESHELL :

.c.obj :
        copy $*.c $*.obj

.xs.c .PRECIOUS :
        copy $*.xs $*.c

foo.xs .PRECIOUS ::
        echo foo>foo.xs

but when I run it, the foo.xs file is deleted:

C:\Temp>dmake -f makefile-fixed-2.mk foo.obj
echo foo>foo.xs
copy foo.xs foo.c
        1 file(s) copied.
del  foo.xs
copy foo.c foo.obj
        1 file(s) copied.

Again, changing "foo.xs .PRECIOUS ::" to just "foo.xs .PRECIOUS :" fixes things,
leaving the foo.xs as requested.

---------------------------------------------------------------------
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