build system: Fixed CCACHE/DISTCC/SYSROOT space issues
authorJerome St-Louis <jerome@ecere.com>
Mon, 5 Nov 2012 09:37:50 +0000 (04:37 -0500)
committerJerome St-Louis <jerome@ecere.com>
Mon, 5 Nov 2012 09:37:50 +0000 (04:37 -0500)
commit658b9144737e669ac92885b885f6ea3f3b65107a
treed7fa461ba1ef91c33df90d302f34c2043d7201d4
parent250e236f19aa598cb2fbb52bc06fdbd0e7a09c5f
build system: Fixed CCACHE/DISTCC/SYSROOT space issues
- The preprocessor must be passed to ecp/ecc with -cpp "$(CPP)"
- The definitions of CC/CPP/CXX must not contain any spaces
- CCACHE_COMPILE/DISTCC_COMPILE must contain their own extra space at the end if set, with $(space), otherwise must be empty string
24 files changed:
compiler/ecc/Makefile
compiler/ecp/Makefile
compiler/ecs/Makefile
compiler/libec/Makefile
crossplatform.mk
deps/freetype-2.3.12/Makefile
deps/jpeg-6b/Makefile
deps/libffi-3.0.11/Makefile
deps/libpng-1.4.0/Makefile
deps/libungif-4.1.1/Makefile
deps/zlib/Makefile
documentor/Makefile
ear/cmd/Makefile
ear/extract/Makefile
ecere/Makefile
ecere/Makefile.ecereCOM
ecere/Makefile.vanilla
eda/drivers/sqlite/Makefile
eda/drivers/sqliteCipher/Makefile
eda/libeda/Makefile
epj2make/Makefile
ide/Makefile
ide/src/project/Project.ec
include.mk