https://bugs.documentfoundation.org/show_bug.cgi?id=94698

            Bug ID: 94698
           Summary: cleanup Makefiles
           Product: LibreOffice
           Version: 5.0.2.1 rc
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

There are still files in */*.mk that have eg.

$(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \
    udkapi \
    offapi \
))

when this should read:

$(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config,))

ie. 1x line not 4 =)

It'd be great to catch and replace all of these.

NB. the piece after the ',' ie. comphelper_test_config is really important, far
more so than the file-name its stored in; make sure to preserve that =)

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to