[Webkit-unassigned] [Bug 14973] New: Some .strip files are removed but not generated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 08:48:29 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14973

           Summary: Some .strip files are removed but not generated
           Product: WebKit
           Version: 420+
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: artem.ananiev at sun.com


WebCore.pro contains the following line:

cssprops.commands = $(COPY_FILE) ${QMAKE_FILE_NAME} tmp && cd tmp && 
perl $$PWD/css/makeprop.pl && $(DEL_FILE) ${QMAKE_FILE_BASE}.strip 
${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.gperf

It first launches makeprop.pl perl script and then removes 3 temporary files:
.strip, .in and .gperf. The problem is that since some recent WebKit revision,
the script doesn't generate .strip file, so $(DEL_FILE) fails with an error.

This happens for at least two files: CSSValueKeywords.strip and
CSSPropertyNames.strip


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



More information about the webkit-unassigned mailing list