--- old+++ new@@ -1,2 +1,3 @@-The build rules for [source:trunk/mk/elftoolchain.tet.mk](/apps/trac/elftoolchain/browser/trunk/mk/elftoolchain.tet.mk) need to be fixed to handle the case where ${.OBJDIR} differs from ${.CURDIR}. +The build rules for [source:trunk/mk/elftoolchain.tet.mk](/apps/trac/elftoolchain/browser/trunk/mk/elftoolchain.tet.mk) need to be fixed to handle the case where ${.OBJDIR} differs from ${.CURDIR}. +See also: #270, tracking alternatives to TET.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -1,3 +1,3 @@The build rules for [source:trunk/mk/elftoolchain.tet.mk](/apps/trac/elftoolchain/browser/trunk/mk/elftoolchain.tet.mk) need to be fixed to handle the case where ${.OBJDIR} differs from ${.CURDIR}.
-See also: #270, tracking alternatives to TET.+See also: [#270], tracking alternatives to TET.
Improve the ticket's summary line.
Diff:
Patch from "Dr N.W. Filardo" nwf20@cam.ac.uk: https://github.com/emaste/elftoolchain/pull/7/commits/022d3a718c44257a9e594e713a5fb3d0c5a7ffdc?diff=unified
As of [r3594] the tree should build with .OBJDIR != .CURDIR.
Related
Commit: [r3594]
Additional documentation should also build with .OBJDIR != .CURDIR, as of [r3600].
Related
Commit: [r3600]
Diff:
Diff:
Related
Tickets:
#270Porting the test suites to ATF (ticket [#270]) would leverage
<bsd.tests.mk>'s built-in support for a separate ${.OBJDIR} hierarchy.Related
Tickets:
#270