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 /build-aux | |
parent | 1e5cdf8c4083ee1e6f380397e97851b0be347c6f (diff) | |
download | tame-b7167467b004a537d45b667c6f4c38f75fc9480a.tar.gz tame-b7167467b004a537d45b667c6f4c38f75fc9480a.tar.bz2 tame-b7167467b004a537d45b667c6f4c38f75fc9480a.zip |
Propagate TAMED_STALL_SECONDSv3.3.4
bin/tame (TAMED_STALL_SECONDS): Export variable.
build-aux/Makefile.am (TAMED_INSTALL_SECONDS): Export variable.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |