repo.or.cz
/
webbrowser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rubber-stamped by Brady Eidson.
[webbrowser.git]
/
JavaScriptCore
/
make-generated-sources.sh
blob
943a7ccda15434e2b7db8a0440f3afb8e38adc7d
1
#!/bin/sh
2
3
export
SRCROOT
=
$PWD
4
export
WebCore
=
$PWD
5
export
CREATE_HASH_TABLE
=
"
$SRCROOT
/create_hash_table"
6
7
mkdir
-p
DerivedSources
/
JavaScriptCore
8
cd
DerivedSources
/
JavaScriptCore
9
10
make
-f
..
/
..
/
DerivedSources.
make
JavaScriptCore
=
..
/
.. BUILT_PRODUCTS_DIR
=
..
/
..
11
cd
..
/
..