Searched hist:11944 (Results 1 - 1 of 1) sorted by relevance
/gem5/ | ||
H A D | SConstruct | 11944:00c719186596 Wed Apr 05 04:53:00 EDT 2017 Andreas Sandberg <andreas.sandberg@arm.com> scons: Fix hook installation error caused by stale cache Due to the way SCons caches some file system state internally, it sometimes "remembers" that a file or directory didn't exist at some point. The git hook installation script sometimes needs to create a hooks directory in the repository. Due to the cached state of the hooks directory, the build system tries to create it twice. The second mkdir operation leads to an error since the directory already exists. Fix this issue by clearing the cached state of the hooks directory after creating it. Change-Id: I3f67f75c06ef928b439a0742f7619b7e92ed093b Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/2660 Reviewed-by: Gabe Black <gabeblack@google.com> |
Completed in 35 milliseconds