summaryrefslogtreecommitdiffstats
path: root/posix-compliance/wscript
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-08-28 13:03:40 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-12 20:25:13 -0500
commit2c3cf2166dd35152bb006d027476400be8759615 (patch)
treec9bde69e8015ae32d259a962694187d742a8ea0b /posix-compliance/wscript
parentShorten BSP and Driver Guide name (missed commit) (diff)
downloadrtems-docs-2c3cf2166dd35152bb006d027476400be8759615.tar.bz2
New version of POSIX Compliance Guide
This is a replacement of the POSIX 1003.1 Compliance Guide. It will be generated from a .csv file. Updates #3177.
Diffstat (limited to 'posix-compliance/wscript')
-rw-r--r--posix-compliance/wscript11
1 files changed, 11 insertions, 0 deletions
diff --git a/posix-compliance/wscript b/posix-compliance/wscript
new file mode 100644
index 0000000..26ab0ca
--- /dev/null
+++ b/posix-compliance/wscript
@@ -0,0 +1,11 @@
+from sys import path
+from os.path import abspath
+path.append(abspath('../common/'))
+
+from waf import cmd_configure as configure
+from waf import cmd_build as build
+from waf import cmd_options as options
+from waf import spell
+from waf import cmd_spell
+from waf import linkcheck
+from waf import cmd_linkcheck