[webkit-changes] cvs commit: WebCore/WebCore.pbproj project.pbxproj

Darin darin at opensource.apple.com
Tue Jun 7 14:48:07 PDT 2005


darin       05/06/07 14:48:07

  Modified:    .        ChangeLog
               WebCore.pbproj project.pbxproj
  Log:
          Change by Toby Peterson <toby at opendarwin.org>.
          Reviewed by me.
  
          * WebCore.pbproj/project.pbxproj: Allow bison 2.0, which generates the file
          with a different name.
  
  Revision  Changes    Path
  1.4247    +8 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4246
  retrieving revision 1.4247
  diff -u -r1.4246 -r1.4247
  --- ChangeLog	7 Jun 2005 16:05:01 -0000	1.4246
  +++ ChangeLog	7 Jun 2005 21:48:03 -0000	1.4247
  @@ -1,5 +1,13 @@
   2005-06-07  Darin Adler  <darin at apple.com>
   
  +        Change by Toby Peterson <toby at opendarwin.org>.
  +        Reviewed by me.
  +
  +        * WebCore.pbproj/project.pbxproj: Allow bison 2.0, which generates the file
  +        with a different name.
  +
  +2005-06-07  Darin Adler  <darin at apple.com>
  +
           Change by Mark Rowe <opendarwin.org at bdash.net.nz>.
           Reviewed by me.
   
  
  
  
  1.551     +1 -1      WebCore/WebCore.pbproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/WebCore/WebCore.pbproj/project.pbxproj,v
  retrieving revision 1.550
  retrieving revision 1.551
  diff -u -r1.550 -r1.551
  --- project.pbxproj	7 Jun 2005 16:00:16 -0000	1.550
  +++ project.pbxproj	7 Jun 2005 21:48:06 -0000	1.551
  @@ -1861,7 +1861,7 @@
   			);
   			runOnlyForDeploymentPostprocessing = 0;
   			shellPath = /bin/sh;
  -			shellScript = "bison -d -p cssyy khtml/css/parser.y -o \"$DERIVED_FILE_DIR/parser.cpp\"\ncat \"$DERIVED_FILE_DIR/parser.cpp.h\" > \"$DERIVED_FILE_DIR/parser.h\"";
  +			shellScript = "bison -d -p cssyy khtml/css/parser.y -o \"$DERIVED_FILE_DIR/parser.cpp\"\ncat \"$DERIVED_FILE_DIR/parser.cpp.h\" \"$DERIVED_FILE_DIR/parser.hpp\" > \"$DERIVED_FILE_DIR/parser.h\" 2> /dev/null\nexit 0";
   		};
   		932FC38F0824BA30005B3C75 = {
   			buildActionMask = 2147483647;
  
  
  



More information about the webkit-changes mailing list