<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>14973</bug_id>
          
          <creation_ts>2007-08-15 08:48:29 -0700</creation_ts>
          <short_desc>Some .strip files are removed but not generated</short_desc>
          <delta_ts>2024-04-19 08:47:10 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>420+</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Artem Ananiev">artem.ananiev</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>lars.knoll</cc>
    
    <cc>ntim</cc>
    
    <cc>sam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2253</commentid>
    <comment_count>0</comment_count>
    <who name="Artem Ananiev">artem.ananiev</who>
    <bug_when>2007-08-15 08:48:29 -0700</bug_when>
    <thetext>WebCore.pro contains the following line:

cssprops.commands = $(COPY_FILE) ${QMAKE_FILE_NAME} tmp &amp;&amp; cd tmp &amp;&amp; 
perl $$PWD/css/makeprop.pl &amp;&amp; $(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&apos;t generate .strip file, so $(DEL_FILE) fails with an error.

This happens for at least two files: CSSValueKeywords.strip and CSSPropertyNames.strip</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2247</commentid>
    <comment_count>1</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-15 10:01:58 -0700</bug_when>
    <thetext>Thanks for filing a bug, Artem.  I apologize, I should have looked at the diff closer:

http://trac.webkit.org/projects/webkit/changeset/24603

Basically, the *.strip files were an artifact of the old shell scripts.  With the new Perl scripts, they aren&apos;t needed anymore and thus they don&apos;t need to be removed anymore.

It&apos;s possible after upgrading that you may have old copies sitting in a directory (that will never get removed by the build process anymore), but it&apos;s safe to delete them.

The fact that they&apos;re called *.strip files is not meaningful--there&apos;s nothing special about them related to the strip(1) command.  It just meant that comments had been stripped from the *.in files that they were created from.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2244</commentid>
    <comment_count>2</comment_count>
    <who name="Artem Ananiev">artem.ananiev</who>
    <bug_when>2007-08-15 10:11:42 -0700</bug_when>
    <thetext>Please, look at the current svn sources:

http://svn.webkit.org/repository/webkit/trunk/WebCore/WebCore.pro

It&apos;s clearly seen that $(DEL_FILE) ${QMAKE_FILE_BASE}.strip is still there (note that &apos;rm&apos; is changed with &apos;$(DEL_FILE)&apos;), however it must have been deleted by changeset 24603. Is &apos;trunk&apos; a current branch?
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2242</commentid>
    <comment_count>3</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-15 10:53:56 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; It&apos;s clearly seen that $(DEL_FILE) ${QMAKE_FILE_BASE}.strip is still there
&gt; (note that &apos;rm&apos; is changed with &apos;$(DEL_FILE)&apos;), however it must have been
&gt; deleted by changeset 24603. Is &apos;trunk&apos; a current branch?

Oops!  My bad, I thought I saw that being removed from r24603.  The &apos;trunk&apos; is the head of the source tree, and you are correct, there are still references to removing *.strip files there.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2029846</commentid>
    <comment_count>4</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2024-04-19 08:47:10 -0700</bug_when>
    <thetext>This commit replaced &apos;makeprop.pl&apos; - https://github.com/WebKit/WebKit/commit/9047d68a603f31c0aadda6b7e42f3d9fff946006

So do we need to anymore?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>