aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2012-10-16 13:50:40 -0400
committerCory Fields <theuni-nospam-@xbmc.org>2012-11-08 16:35:18 -0500
commit9b0476705cdab5f295a15df08bbc36c92ee80236 (patch)
tree2838c893e0911665dee38b4cade08c3d3115618a /bootstrap
parent5132cf8d6d8349c4203311aeaef39144833068ab (diff)
build: try to code-gen during bootstrap
This allows us to create a completely bootstrapped tarball that does not require java or swig as build-deps.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 09dc378df8..77191ef569 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,2 +1,3 @@
#!/bin/sh
BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk
+BOOTSTRAP_STANDALONE=1 make -f codegenerator.mk