diff --git a/config.sh.sample b/config.sh.sample index c07462c..01667cc 100755 --- a/config.sh.sample +++ b/config.sh.sample @@ -24,19 +24,12 @@ BUILD_DKPRO_PACKAGE=0 #--------------------------------------------------------------------------------- #BUILD_DKPRO_SRCDIR=~/projects/archives - -#--------------------------------------------------------------------------------- -# skip building the target libraries -#--------------------------------------------------------------------------------- -BUILD_DKPRO_SKIP_LIBRARIES=0 - #--------------------------------------------------------------------------------- # MAKEFLAGS for building - use number of processors for jobs #--------------------------------------------------------------------------------- #numcores=`getconf _NPROCESSORS_ONLN` #export MAKEFLAGS="$MAKEFLAGS -j${numcores}" - #--------------------------------------------------------------------------------- # Uncomment to skip building of tools #--------------------------------------------------------------------------------- @@ -55,7 +48,6 @@ BUILD_DKPRO_SKIP_LIBRARIES=0 #--------------------------------------------------------------------------------- BUILD_DKPRO_AUTOMATED=0 - #--------------------------------------------------------------------------------- # set OSX SDK path if needed #---------------------------------------------------------------------------------