summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/make-generated-sources.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/make-generated-sources.sh')
-rwxr-xr-xsrc/3rdparty/webkit/WebCore/make-generated-sources.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebCore/make-generated-sources.sh b/src/3rdparty/webkit/WebCore/make-generated-sources.sh
new file mode 100755
index 0000000..9ccfff1
--- /dev/null
+++ b/src/3rdparty/webkit/WebCore/make-generated-sources.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+export SOURCE_ROOT=$PWD
+export SRCROOT=$PWD
+export WebCore=$PWD
+export CREATE_HASH_TABLE="$SRCROOT/../JavaScriptCore/create_hash_table"
+
+mkdir -p DerivedSources/WebCore &&
+make -C DerivedSources/WebCore -f ../../DerivedSources.make