Do not hardcode path separators in build paths.
authorOssama Othman <ossama.othman@intel.com>
Mon, 9 Mar 2015 23:35:07 +0000 (16:35 -0700)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Tue, 10 Mar 2015 22:12:46 +0000 (22:12 +0000)
commit51ce42c94a06ea477ce8884cb085823fe816d4e1
treeb32c07999b5c8d049a2bc85f872fe51566a78977
parentfadea770951babc1ee538defff104b56664b81e7
Do not hardcode path separators in build paths.

It is conceivable that iotivity may be built on platforms where '/'
is not a suitable directory separator.  When constructing paths use
Python's os.path.join() function instead of constructing paths by
concatenating strings with '/' in them.

Change-Id: I7c435bd454339f4df9a8e41250e705aa98a6d09f
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/456
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
SConstruct
build_common/SConscript
build_common/external_libs.scons
extlibs/boost/SConscript
extlibs/cereal/SConscript