summaryrefslogtreecommitdiffstats
path: root/scripts/kdevelop_debug.sh
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 /scripts/kdevelop_debug.sh
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 'scripts/kdevelop_debug.sh')
-rwxr-xr-xscripts/kdevelop_debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kdevelop_debug.sh b/scripts/kdevelop_debug.sh
index f65737a3b..0a7befad9 100755
--- a/scripts/kdevelop_debug.sh
+++ b/scripts/kdevelop_debug.sh
@@ -6,7 +6,7 @@
#
# to debug in a typical ptxdist environment do something like this:
#
-# ./kdevelop_debug.sh -e root-debug/bin/busybox -s root-debug \
+# ./kdevelop_debug.sh -e root/bin/busybox -s root \
# -t 192.168.23.194:1234 \
# -d arm-softfloat-linux-gnu-gdb
#