diff options
author | Gary V. Vaughan <git@mlists.thewrittenword.com> | 2010-05-14 11:31:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-01 01:59:26 +0200 |
commit | ebef82776512f56eec4b6ac98b076369eb5a93fa (patch) | |
tree | a9e8bd817caa7f8ebc55ed24f831d1172b7a0cd0 /progress.c | |
parent | Git 1.7.1 (diff) | |
download | git-ebef82776512f56eec4b6ac98b076369eb5a93fa.tar.xz git-ebef82776512f56eec4b6ac98b076369eb5a93fa.zip |
Makefile: pass CPPFLAGS through to fllow customization
Without this patch there is no straight forward way to pass additional
CPPFLAGS at configure-time. At TWW, everything non-vendor package is
installed to its own subdirectory, so we need the following to show
the preprocessor where the headers for the libraries we will link
later can be found:
$SHELL ./configure \
CPPFLAGS="-I${SB_VAR_CURL_INC}\
-I${SB_VAR_LIBEXPAT_INC}\
-I${SB_VAR_LIBZ_INC}\
${CPPFLAGS+ $CPPFLAGS}" <<...>>
Signed-off-by: Gary V. Vaughan <gary@thewrittenword.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'progress.c')
0 files changed, 0 insertions, 0 deletions