build.bash 306 B

1234567891011
  1. #!/bin/bash
  2. #
  3. # Rebuild the iTop Lexer / Parser
  4. # PEAR is required to build (really?)
  5. # Launch this batch from the core/oql/build directory
  6. # with ./build.bash
  7. #
  8. php PHP/LexerGenerator/cli.php ../oql-lexer.plex
  9. php PHP/ParserGenerator/cli.php ../oql-parser.y
  10. php -r "echo date('Y-m-d');" > ../version.txt