Skip to content

Commit

Permalink
FULLY BOOTSTRAPPED JOXA!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbmerritt committed Jan 19, 2012
1 parent c996e1f commit b1ca0e2
Show file tree
Hide file tree
Showing 11 changed files with 1,358 additions and 101 deletions.
8 changes: 4 additions & 4 deletions _hooks/post_build
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ mkdir -p ${JXA_OUT}
echo Building ${SIN_joxa_DIR}/src/joxa/compiler.jxa to ${JXA_OUT} echo Building ${SIN_joxa_DIR}/src/joxa/compiler.jxa to ${JXA_OUT}


erl -pa $BEAM_DIR -noshell -s jxa_compile main -s init stop \ erl -pa $BEAM_DIR -noshell -s jxa_compile main -s init stop \
-extra -o ${JXA_OUT} ${SIN_joxa_DIR}/src/joxa/compiler.jxa -extra -o ${JXA_OUT} ${SIN_joxa_DIR}/src/joxa/compiler.jxa


# echo Building the compiler with itself echo Building the compiler with itself
# erl -pa $BEAM_DIR -noshell -s joxa.compiler main -s init stop \ erl -pa $BEAM_DIR -noshell -s joxa.compiler main -s init stop \
# -extra -o ${JXA_OUT} ${SIN_joxa_DIR}/src/joxa/compiler.jxa -extra -bootstrap -o ${JXA_OUT} ${SIN_joxa_DIR}/src/joxa/compiler.jxa
Loading

0 comments on commit b1ca0e2

Please sign in to comment.