Changeset 34164 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 27, 2008, 8:54:06 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r34163 r34164 1 2008-05-27 Adam Roben <[email protected]> 2 3 Roll out r34163 4 5 A better fix is on the way. 6 7 * DerivedSources.make: 8 * JavaScriptCore.vcproj/JavaScriptCore/build-generated-files.sh: 9 1 10 2008-05-27 Adam Roben <[email protected]> 2 11 -
trunk/JavaScriptCore/DerivedSources.make
r34163 r34164 43 43 regexp_object.lut.h \ 44 44 string_object.lut.h \ 45 $(JavaScriptCore)/docs/bytecode.html \ 45 46 # 46 47 ifneq ($(OMIT_BYTECODE_DOCS),1)48 49 all : $(JavaScriptCore)/docs/bytecode.html50 51 endif52 47 53 48 # lookup tables for classes -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/build-generated-files.sh
r34163 r34164 35 35 export JavaScriptCore="${XSRCROOT}" 36 36 export DFTABLES_EXTENSION=".exe" 37 if [ "$PRODUCTION" == "1" ]; then38 export OMIT_BYTECODE_DOCS=139 fi40 37 make -f "$JavaScriptCore/DerivedSources.make" -j ${NUMCPUS} || exit 1
Note:
See TracChangeset
for help on using the changeset viewer.