commit | 08ed56016d67a5209160e84e5b089308a1a8a003 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Tue Aug 01 14:33:09 2017 -0400 |
committer | Anas Nashif <nashif@linux.intel.com> | Tue Aug 01 15:05:13 2017 -0400 |
tree | 4cede1ff3adaa689f50dabf60621e96731ad9cf4 | |
parent | 6bb620e232d3614aa744bc42ddb38021022177ce [diff] |
scripts: fix offset.h header guard Using __hash__() is unpredictable and produces different results for different python processes. This has been causing unnecessary rebuilds due to changing header files at the top of the dependency tree. Just use _GEN_OFFSETS_H_. Jira: ZEP-2457 Signed-off-by: Anas Nashif <anas.nashif@intel.com>