Avoid potential problems with the existance of a shadow obj directory
confusing the 'make -f tmpfile' in the tmpfile, by creating it in /tmp.
This commit is contained in:
parent
5e5f382630
commit
15d6ae10ad
@ -172,7 +172,7 @@ int main(int argc, char **argv)
|
||||
if(!*execfname) snprintf(execfname, sizeof(execfname), "%s", confname);
|
||||
|
||||
snprintf(cachename, sizeof(cachename), "%s.cache", confname);
|
||||
snprintf(tempfname, sizeof(tempfname), ".tmp_%sXXXXXX", confname);
|
||||
snprintf(tempfname, sizeof(tempfname), "/tmp/crunchgen_%sXXXXXX", confname);
|
||||
|
||||
parse_conf_file();
|
||||
if (list_mode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user