Changeset 9326 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 7, 2005, 11:34:26 AM (20 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r9322 r9326 1 2005-06-07 Darin Adler <[email protected]> 2 3 Change by Toby Peterson <[email protected]>. 4 Reviewed by me. 5 6 * JavaScriptCore.pbproj/project.pbxproj: Allow bison 2.0, which generates the file 7 with a different name. 8 1 9 2005-06-07 Darin Adler <[email protected]> 2 10 -
trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
r9271 r9326 2318 2318 runOnlyForDeploymentPostprocessing = 0; 2319 2319 shellPath = /bin/sh; 2320 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\"";2320 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"; 2321 2321 }; 2322 2322 932FC3C10824BB61005B3C75 = {
Note:
See TracChangeset
for help on using the changeset viewer.