summaryrefslogtreecommitdiffstats
path: root/build_custom_waf.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-09 18:24:03 +0200
committerDavid Robillard <d@drobilla.net>2018-09-09 18:24:03 +0200
commitb3b74876a34de1be1cdbeda98439c33a651085ee (patch)
tree830cff9fff239328226f3da4a5f59da1f855b2a9 /build_custom_waf.sh
parent6499d51852f0c9b30f97d23064233fdc74cdea6e (diff)
downloadautowaf-b3b74876a34de1be1cdbeda98439c33a651085ee.tar.gz
autowaf-b3b74876a34de1be1cdbeda98439c33a651085ee.tar.bz2
autowaf-b3b74876a34de1be1cdbeda98439c33a651085ee.zip
Add waf 2.0.11
Diffstat (limited to 'build_custom_waf.sh')
-rw-r--r--build_custom_waf.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/build_custom_waf.sh b/build_custom_waf.sh
deleted file mode 100644
index 69c6b97..0000000
--- a/build_custom_waf.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# Run this script from the waf source directory to build a custom waf script
-# which includes autowaf (and the other listed tools)
-
-if [ $# != 1 ]; then
- echo "Error: Path to autowaf.py must be passed as only argument"
- exit 1
-fi
-
-autowaf_py=$1
-
-./waf-light -v --make-waf --tools=doxygen,swig,$autowaf_py --prelude=''