From: Michael Wagner Date: Mon, 7 Mar 2016 14:54:34 +0000 (+0100) Subject: posaune X-Git-Tag: sysd2sysv_0.1-1~29 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=41ce755310d9f8b1f2435b0254f838e68e50180b;p=projects.git posaune --- diff --git a/tools/make/configure b/tools/make/configure new file mode 100755 index 0000000..c981fd5 --- /dev/null +++ b/tools/make/configure @@ -0,0 +1,20 @@ +#!/bin/bash +set -e + +function echo_usage { + echo "usage: configure [options]" + echo " -b " + echo " -a " +} + +# to build a package you need ... +# .co: checkout commands +# .cp: copy step +# .cpp (optional): commands to setup the C++ compile environment + +if [ $# -lt 2 ] +then + echo_usage + exit 1 +fi +