diff options
author | Max Horn | 2015-07-22 14:32:03 +0200 |
---|---|---|
committer | Max Horn | 2015-07-22 14:32:03 +0200 |
commit | 87f7f728883ac9177418ee6e28fec911320a70ed (patch) | |
tree | af12ba81b32e812a7dab92cc633461250ec55b6d /AUTHORS | |
parent | 4e5c8d35f7e133e2e72a846fdbd54900c91eeb73 (diff) | |
download | scummvm-rg350-87f7f728883ac9177418ee6e28fec911320a70ed.tar.gz scummvm-rg350-87f7f728883ac9177418ee6e28fec911320a70ed.tar.bz2 scummvm-rg350-87f7f728883ac9177418ee6e28fec911320a70ed.zip |
CONFIGURE: add and use append_var function
This allows replacing constructs like
LDFLAGS="$LDFLAGS -static-libgcc -static-libstdc++"
by
append_var LDFLAGS "-static-libgcc -static-libstdc++"
or even
append_var LDFLAGS -static-libgcc -static-libstdc++
which improves readability and reduces "code duplication", and thus
reduces the risk of introducing certain bugs (e.g. like this one:
LDFLAGS="$LDFLAG -static-libgcc -static-libstdc++"
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions