[rtems-tools commit] gdb-python: Add waf script to install under a prefix.

Chris Johns chrisj at rtems.org
Sun Aug 24 23:45:35 UTC 2014


Module:    rtems-tools
Branch:    master
Commit:    504e1de9de483f6f8ba54c5424c2327db1be6755
Changeset: http://git.rtems.org/rtems-tools/commit/?id=504e1de9de483f6f8ba54c5424c2327db1be6755

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Aug 25 09:40:57 2014 +1000

gdb-python: Add waf script to install under a prefix.

---

 tools/gdb/python/wscript |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/tools/gdb/python/wscript b/tools/gdb/python/wscript
new file mode 100644
index 0000000..22d44e8
--- /dev/null
+++ b/tools/gdb/python/wscript
@@ -0,0 +1,23 @@
+#
+# Install the RTEMS gdb python
+#
+
+def configure(conf):
+    conf.load('python')
+
+def build(bld):
+    bld.install_files('${PREFIX}/share/gdb/python/rtems',
+                      ['chains.py',
+                       'classic.py',
+                       'classic_printer.py',
+                       'heaps.py',
+                       'helper.py',
+                       'main.py',
+                       'objects.py',
+                       'pretty.py',
+                       'rtems.py',
+                       'sparc.py',
+                       'supercore.py',
+                       'supercore_printer.py',
+                       'threads.py',
+                       'watchdog.py'])



More information about the vc mailing list