https://bugs.freedesktop.org/show_bug.cgi?id=54429

             Bug #: 54429
           Summary: BUILD SYSTEM: dev-install without build
    Classification: Unclassified
           Product: LibreOffice
           Version: 3.6.1.2 release
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Libreoffice
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


"make -o build dev-install" does a full build, while previously it did just the
install step. That's probably because the "-o" option is *not* passed down to
submakes as per the GNU make documentation.

This seems to work:
 make -o build -r -f Makefile.top dev-install
(generated by copying the output of "make -o build dev-install" and adding the
-o option)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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