diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-07 15:22:42 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-07 15:53:22 -0700 |
commit | c0afe201c900767bfb03d02f4978bb503f9adb81 (patch) | |
tree | ba304185c59e5694d69e87e4df3e90d39b94fdc2 /driver.c | |
parent | 29cfc017cad90d2755ddabc3a642267923e6a21f (diff) |
Change $(objdir) instead of $(srcdir) for stage2 and stage3 builds
This is a bit simpler, and avoids issues with FreeBSD make when
including deps.mk (since the source files listed there are not relative
to $(srcdir)).
To do this, we need to make use of make(1) pattern substitutions, which
are not yet standard (though accepted for issue 8[0]).
Also, since the path of the object files seems to end up the resulting
executables, breaking byte-wise comparison, make sure to strip the
resulting executables.
[0] http://austingroupbugs.net/view.php?id=519
Diffstat (limited to 'driver.c')
0 files changed, 0 insertions, 0 deletions