1. 06 Jul, 2012 1 commit
  2. 05 Jul, 2012 3 commits
  3. 04 Jul, 2012 2 commits
    • David 'Digit' Turner's avatar
      Make LOCAL_SHORT_COMMANDS work on Darwin. · 22c5065b
      David 'Digit' Turner authored
      Our implementation of LOCAL_SHORT_COMMANDS relied on 'echo -n' to append
      data to an existing file, but this option is not supported by Darwin's
      echo program.
      
      Modify our build scripts to use "printf %s" instead to do the same thing
      on Posix systems. On Windows, which doesn't have printf, keep using the
      toolbox echo program that supports the flag.
      
      Change-Id: I35e14279a60e2dd54a0078cdcc5e177984e155d8
      22c5065b
    • Andrew Hsieh's avatar
      Fix tests/run-tests.sh to run in cygwin · eaad4b5a
      Andrew Hsieh authored
      Use cygpath to translate path for cygwin
      
      Change-Id: Iae2e802af4fd195ce22f7ea820ab50b18f785562
      eaad4b5a
  4. 03 Jul, 2012 4 commits
  5. 02 Jul, 2012 2 commits
  6. 30 Jun, 2012 3 commits
  7. 29 Jun, 2012 4 commits
  8. 28 Jun, 2012 6 commits
  9. 27 Jun, 2012 3 commits
  10. 25 Jun, 2012 1 commit
  11. 23 Jun, 2012 1 commit
  12. 22 Jun, 2012 3 commits
  13. 21 Jun, 2012 2 commits
    • Andrew Hsieh's avatar
    • Andrew Hsieh's avatar
      Fixed LOCAL_SHORT_COMMANDS to not recompile/relink source/object every time · 1253fb95
      Andrew Hsieh authored
      When LOCAL_SHORT_COMMANDS is set to true, compiler options are emitted to a
      response file and read off using the '@file' syntax.  This is to support very
      long commmand line w/o running over the limit of shell command buffer.
      
      Obviously target depends on the response file which shall be regenerated
      every time to account for potential changes in command line options.
      Unfortunately this triggers rebuilding of target as well even when the content
      of response file is identical to the last one.
      
      This CL fixes it by emitting options to a temp file, and only update the response
      file when contents differ
      
      Change-Id: Ia2be6df7bbc0d0816b60d552f3fde004f42ca748
      1253fb95
  14. 20 Jun, 2012 4 commits
  15. 13 Jun, 2012 1 commit