]> git.ipfire.org Git - thirdparty/krb5.git/commit
Simplify RUN_ENV definition 341/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 2 Oct 2015 17:40:47 +0000 (13:40 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 23 Oct 2015 15:47:08 +0000 (11:47 -0400)
commitdf251bdfcd70ad16478342b088026b37a47d25fd
tree56d73a9dbbab11028f2874a3e29047d8c61fe413
parent9a6dcd4b56df245556e77b9b1db6a8c3f486cf9e
Simplify RUN_ENV definition

In the shlib.conf definitions of RUN_ENV, instead of "var=value;
export var;" use just "var=value", taking advantage of the Bourne
shell's "var=value cmd args..." syntax.  This syntax doesn't work
with for loops, so adjust the few Makefile rules which iterate over
$(RUN_VARS).
src/Makefile.in
src/config/shlib.conf
src/kadmin/testing/scripts/env-setup.shin
src/tests/dejagnu/Makefile.in