diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-10-16 13:50:40 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-11-08 16:35:18 -0500 |
commit | 9b0476705cdab5f295a15df08bbc36c92ee80236 (patch) | |
tree | 2838c893e0911665dee38b4cade08c3d3115618a /bootstrap | |
parent | 5132cf8d6d8349c4203311aeaef39144833068ab (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-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ #!/bin/sh BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk +BOOTSTRAP_STANDALONE=1 make -f codegenerator.mk |