Browse Source

Here be dragons

sietch
Duke Leto 5 years ago
parent
commit
0fcbc40075
  1. 14
      zcutil/build.sh
  2. 16
      zcutil/dragon.txt

14
zcutil/build.sh

@ -42,20 +42,18 @@ fi
if [ "x$*" = 'x--help' ] if [ "x$*" = 'x--help' ]
then then
cat ./zcutil/dragon.txt
cat <<EOF cat <<EOF
Welcome To The Hush Build System, Here Be Dragons!
Usage: Usage:
$0 --help $0 --help
Show this help message and exit. Show this help message and exit.
$0 [ --enable-lcov || --disable-tests ] [ --disable-mining ] [ --enable-proton ] [ --disable-libs ] [ MAKEARGS... ] $0 [ --enable-lcov || --disable-tests ] [ --disable-mining ] [ --enable-proton ] [ --disable-libs ] [ MAKEARGS... ]
Build Hush and most of its transitive dependencies from Build Hush and most of its transitive dependencies from source. MAKEARGS are applied to both dependencies and Hush itself.
source. MAKEARGS are applied to both dependencies and Hush itself. If --enable-lcov is passed, Hush is configured to add coverage instrumentation, thus enabling "make cov" to work.
If --enable-lcov is passed, Hush is configured to add coverage
instrumentation, thus enabling "make cov" to work.
If --disable-tests is passed instead, the Hush tests are not built. If --disable-tests is passed instead, the Hush tests are not built.
If --disable-mining is passed, Hush is configured to not build any mining If --disable-mining is passed, Hush is configured to not build any mining code. It must be passed after the test arguments, if present.
code. It must be passed after the test arguments, if present. If --enable-proton is passed, Hush is configured to build the Apache Qpid Proton library required for AMQP support. This library is not built by default.
If --enable-proton is passed, Hush is configured to build the Apache Qpid Proton
library required for AMQP support. This library is not built by default.
It must be passed after the test/mining arguments, if present. It must be passed after the test/mining arguments, if present.
EOF EOF
exit 0 exit 0

16
zcutil/dragon.txt

@ -0,0 +1,16 @@
___====-_ _-====___
_--~~~#####// ' ` \\#####~~~--_
-~##########// ( ) \\##########~-_
-############// |\^^/| \\############-
_~############// (O||O) \\############~_
~#############(( \\// ))#############~
-###############\\ (oo) //###############-
-#################\\ / `' \ //#################-
-###################\\/ () \//###################-
_#/|##########/\######( (()) )######/\##########|\#_
|/ |#/\#/\#/\/ \#/\##| \()/ |##/\#/ \/\#/\#/\#| \|
` |/ V V ` V )|| |()| ||( V ' V /\ \| '
` ` ` ` / | |()| | \ ' '<||> '
( | |()| | )\ /|/
__\ |__|()|__| /__\______/|/
(vvv(vvvv)(vvvv)vvv)______|/
Loading…
Cancel
Save