[webkit-changes] cvs commit: JavaScriptCore/JavaScriptCore.pbproj
project.pbxproj
Darin
darin at opensource.apple.com
Tue Jun 7 11:34:27 PDT 2005
darin 05/06/07 11:34:27
Modified: . ChangeLog
JavaScriptCore.pbproj project.pbxproj
Log:
Change by Toby Peterson <toby at opendarwin.org>.
Reviewed by me.
* JavaScriptCore.pbproj/project.pbxproj: Allow bison 2.0, which generates the file
with a different name.
Revision Changes Path
1.706 +8 -0 JavaScriptCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
retrieving revision 1.705
retrieving revision 1.706
diff -u -r1.705 -r1.706
--- ChangeLog 7 Jun 2005 15:55:07 -0000 1.705
+++ ChangeLog 7 Jun 2005 18:34:26 -0000 1.706
@@ -3,6 +3,14 @@
Change by Toby Peterson <toby at opendarwin.org>.
Reviewed by me.
+ * JavaScriptCore.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 Toby Peterson <toby at opendarwin.org>.
+ Reviewed by me.
+
* kjs/grammar.y: Remove bogus extra line from grammar.y. Toby got this change from KDE KJS.
2005-06-06 Darin Adler <darin at apple.com>
1.426 +1 -1 JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
Index: project.pbxproj
===================================================================
RCS file: /cvs/root/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -r1.425 -r1.426
--- project.pbxproj 5 Jun 2005 00:41:00 -0000 1.425
+++ project.pbxproj 7 Jun 2005 18:34:26 -0000 1.426
@@ -2317,7 +2317,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "bison -d -p kjsyy kjs/grammar.y -o \"$DERIVED_FILE_DIR/grammar.cpp\"\ncat \"$DERIVED_FILE_DIR/grammar.cpp.h\" > \"$DERIVED_FILE_DIR/grammar.h\"";
+ shellScript = "bison -d -p kjsyy kjs/grammar.y -o \"$DERIVED_FILE_DIR/grammar.cpp\"\ncat \"$DERIVED_FILE_DIR/grammar.cpp.h\" \"$DERIVED_FILE_DIR/grammar.hpp\" > \"$DERIVED_FILE_DIR/grammar.h\" 2> /dev/null\nexit 0";
};
932FC3C10824BB61005B3C75 = {
children = (
More information about the webkit-changes
mailing list