mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Make crunchgen match the new obj/ convention.
This commit is contained in:
parent
4cfe9fc7fe
commit
d9d5922eec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17176
@ -488,7 +488,7 @@ void fillin_program(prog_t *p)
|
||||
p->srcdir = strdup(path);
|
||||
}
|
||||
if(!p->objdir && p->srcdir) {
|
||||
sprintf(path, "%s/obj", p->srcdir);
|
||||
sprintf(path, "/usr/obj/%s", p->srcdir);
|
||||
if(is_dir(path))
|
||||
p->objdir = strdup(path);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user