diff options
-rwxr-xr-x | bin/tame | 3 | ||||
-rw-r--r-- | build-aux/Makefile.am | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -28,6 +28,9 @@ declare -ri EX_USAGE=64 # incorrect usage; sysexits.h # before forcibly restarting it declare -ri RUNNER_CMD_WAITTIME=3 +# propagate to daemon +export TAMED_STALL_SECONDS + # Send a single command to a runner and observe the result # diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index 38a4d03..26392f8 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -73,6 +73,9 @@ default: program-ui c1map FORCE SHELL = /bin/bash -O extglob +# propagate to tame{,d} +export TAMED_STALL_SECONDS + all: program-data-copy program-ui: standalones ui/package.js ui/Program.js program-ui-immediate |