To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116839
                 Issue #|116839
                 Summary|[buildbreaker] graphite/makefile.mk does to strict che
                        |cks for the debug flag
               Component|gsl
                 Version|DEV300m99
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|fs
             Reported by|fs





------- Additional comments from f...@openoffice.org Mon Feb  7 09:18:53 +0000 
2011 -------
graphite/makefile.mk
(http://hg.services.openoffice.org/DEV300/file/dae1ffc5c15d/graphite/makefile.mk)
 has
some hard-coded checks for "$(debug)" being "true". This means that those checks
evaluate to false if you build with, say "dmake debug=1" (which is perfectly
legitimate). Unfortunately, this implies that such a "debug=1" build breaks in
module graphite.

The proper check in the makefile would be to test for "$(debug)" != "".

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


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

Reply via email to