To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116546
                 Issue #|116546
                 Summary|introduce make target to obtain deliverables of a give
                        |n module
               Component|tools
                 Version|DEV300m96
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|GNU make
             Assigned to|b_michaelsen
             Reported by|fs





------- Additional comments from f...@openoffice.org Fri Jan 21 13:37:48 +0000 
2011 -------
In the new GNU make build system, the various deliverables generated in a given
module are put into a place shared with all other modules. As a consequence, it
is somewhat difficult to (automatically, i.e. scripted) find out which files
have just been created by a build in the current module. This information,
however, would be interesting for further processing, e.g. automatic copying of
built libraries, executables, and resource files into an existing OOo 
installation.

So, it would be helpful if the build system could expose the information it
already has. Something like
  $ cd sfx2
  $ make showdeliverables
  /dev/o_undoapi/DEV300/unxlngi6/workdir/LinkTarget/Library/libsfxli.so
  /dev/o_undoapi/DEV300/unxlngi6/workdir/ResTarget/sfxen-US.res
  ...
The target should emit full paths to the generated output files.

I am not sure about the file types to include in this. Personally, I am
interested libraries, executables, jar files, and resource files. Other people
might have other needs.

---------------------------------------------------------------------
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to