summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_common.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-07-22 18:38:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-07-23 09:26:10 +0200
commit0862f0da500ddd9bc11df7bc261b28d8f22e5e19 (patch)
treeab50db831f9a58101880b6cde2f5b139bff7748d /rules/post/ptxd_make_world_common.make
parent3e3ae4b3333a30275bbac8b81a114ecae8299314 (diff)
downloadptxdist-0862f0da500ddd9bc11df7bc261b28d8f22e5e19.tar.gz
ptxdist-0862f0da500ddd9bc11df7bc261b28d8f22e5e19.tar.xz
root-debug: remove it everywhere
Separate debug files in .debug/ directories in root/ have been available for some time. This is supported by all modern toolchains and much less confusing. Remove all references to root-debug except for cleaning: This way there won't be old root-debug/ directories lying around after upgrading and running 'ptxdist clean' or 'ptxdist clean root'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/post/ptxd_make_world_common.make')
-rw-r--r--rules/post/ptxd_make_world_common.make1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/post/ptxd_make_world_common.make b/rules/post/ptxd_make_world_common.make
index dc882bf04..c561fabbd 100644
--- a/rules/post/ptxd_make_world_common.make
+++ b/rules/post/ptxd_make_world_common.make
@@ -15,7 +15,6 @@ ptx/env = \
PTXDIST_SYSROOT_CROSS="$(call ptx/escape,$(PTXDIST_SYSROOT_CROSS))" \
\
ptx_nfsroot="$(call ptx/escape,$(ROOTDIR))" \
- ptx_nfsroot_dbg="$(call ptx/escape,$(ROOTDIR_DEBUG))" \
\
ptx_extract_dir_target="$(call ptx/escape,$(BUILDDIR))" \
ptx_extract_dir_host="$(call ptx/escape,$(HOST_BUILDDIR))" \