Fix space/tab

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-01-20 12:37:54 +00:00
parent f56063772f
commit 098e6323ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459512

View file

@ -19,7 +19,7 @@ MAKE_ARGS= --layout=system \
# Our compiler-flags will be added AFTER those set by bjam. We remove # Our compiler-flags will be added AFTER those set by bjam. We remove
# the optimization level, because Boost sets it itself (to -O3 in case # the optimization level, because Boost sets it itself (to -O3 in case
# of gcc/g++): # of gcc/g++):
MAKE_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" MAKE_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}"
MAKE_ARGS+= --toolset=${CHOSEN_COMPILER_TYPE} \ MAKE_ARGS+= --toolset=${CHOSEN_COMPILER_TYPE} \
${_MAKE_JOBS} ${_MAKE_JOBS}