commit | 01bd32e0e46ab8d9b6aeda77a550ec08074728a6 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Aug 05 12:19:27 2014 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Aug 07 19:33:22 2014 -0700 |
tree | 370657df52d5e3d6fb98d291bf31e754162f95b9 | |
parent | 447fe1c23bc5adaded9a51d3b58f3adaf2cce7b3 [diff] |
Create a distinct temp directory for each run. Modify make__NR_name so that only __ARM_NR_ is exempted from the __NR_ being prepended. This avoids a case where using a name starting with __ but is not a valid syscall name in SYSCALLS.TXT does not generate code that will compile but references the function itself and causes link errors. Fix all of the directory references from dir_part1 + dir_part2 to use os.path.join() instead. Change-Id: Ib9527eba6f25f26a30c5cb0ad431f3f88a7683cf