From: Gary V. Vaughan Date: Fri, 14 May 2010 09:31:32 +0000 (+0000) Subject: Makefile: pass CPPFLAGS through to fllow customization X-Git-Tag: v1.7.2-rc0~32^2~19 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ebef82776512f56eec4b6ac98b076369eb5a93fa?hp=ebef82776512f56eec4b6ac98b076369eb5a93fa 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 Signed-off-by: Junio C Hamano ---