diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-16 09:26:37 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-16 09:26:37 -0400 |
commit | b7167467b004a537d45b667c6f4c38f75fc9480a (patch) | |
tree | be551e37fde48f85f36635eecda5dd23be53c55b | |
parent | 1e5cdf8c4083ee1e6f380397e97851b0be347c6f (diff) | |
download | tame-3.3.4.tar.gz tame-3.3.4.tar.bz2 tame-3.3.4.zip |
Propagate TAMED_STALL_SECONDSv3.3.4
bin/tame (TAMED_STALL_SECONDS): Export variable.
build-aux/Makefile.am (TAMED_INSTALL_SECONDS): Export variable.
-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 |