1
1

Ensure the whole directory is built.

This commit was SVN r23140.
Этот коммит содержится в:
Jeff Squyres 2010-05-14 13:21:09 +00:00
родитель 3ba4086b0f
Коммит a27da2473a

Просмотреть файл

@ -50,7 +50,7 @@ EOF])
# mode). # mode).
HWLOC_startdir=`pwd` HWLOC_startdir=`pwd`
if test x"hwloc_config_prefix" != "x" -a ! -d "hwloc_config_prefix"; then if test x"hwloc_config_prefix" != "x" -a ! -d "hwloc_config_prefix"; then
mkdir "hwloc_config_prefix" mkdir -p "hwloc_config_prefix"
fi fi
if test x"hwloc_config_prefix" != "x"; then if test x"hwloc_config_prefix" != "x"; then
cd "hwloc_config_prefix" cd "hwloc_config_prefix"