[Webkit-unassigned] [Bug 80809] New: @(AM_V_GEN) -> @$(AM_V_GEN) ... TYPO! build fails at gtk-doc, the last step!

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 11 21:59:40 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=80809

           Summary: @(AM_V_GEN) -> @$(AM_V_GEN) ... TYPO! build fails at
                    gtk-doc, the last step!
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: anthony at xtfx.me


see: http://trac.webkit.org/changeset/110296/trunk/Tools/GNUmakefile.am

that should have been (note the additional `$` !!!):

@$(AM_V_GEN)$(PYTHON)

... NOT ...

@(AM_V_GEN)$(PYTHON)

... which causes a syntax error in /bin/sh (the @ tells make to run the following command silently).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list