Bug 23153

Summary: JSC build always touches JavaScriptCore/docs/bytecode.html
Product: WebKit Reporter: Greg Bolsinga <bolsinga>
Component: JavaScriptCoreAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer, mrowe, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch v1 darin: review+

Description Greg Bolsinga 2009-01-06 16:11:25 PST
This file is in the repository, and git thinks it is modified after a build. This is in the SRC_ROOT, and should be treated as read-only.
Comment 1 Mark Rowe (bdash) 2009-01-06 22:34:12 PST
This is super-annoying, since the generated file is of no value to the vast majority of people working on the project.  I suspect that even those that work on JSCore would refer to the source for information on the bytecodes rather than generated file.
Comment 2 David Kilzer (:ddkilzer) 2009-01-14 18:40:43 PST
Created attachment 26742 [details]
Patch v1

Proposed fix.
Comment 3 Darin Adler 2009-01-14 20:35:21 PST
Comment on attachment 26742 [details]
Patch v1

r=me
Comment 4 David Kilzer (:ddkilzer) 2009-01-14 21:41:08 PST
$ git svn dcommit
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	JavaScriptCore/ChangeLog
	M	JavaScriptCore/DerivedSources.make
	M	JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
	M	JavaScriptCore/docs/make-bytecode-docs.pl
Committed r39931

http://trac.webkit.org/changeset/39931