1
1

Merge pull request #5836 from rhc54/topic/hwloc

Strip --with-foo=internal from opal_subdir_args
Этот коммит содержится в:
Ralph Castain 2018-10-03 12:30:20 -07:00 коммит произвёл GitHub
родитель 433368d9ee e836dbd506
Коммит 2a6c543197
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -10,7 +10,7 @@ dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
dnl University of Stuttgart. All rights reserved.
dnl Copyright (c) 2004-2005 The Regents of the University of California.
dnl All rights reserved.
dnl Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
dnl Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
dnl Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
dnl $COPYRIGHT$
dnl
@ -60,6 +60,8 @@ do
;;
-with-platform=* | --with-platform=*)
;;
-with*=internal)
;;
*)
case $subdir_arg in
*\'*) subdir_arg=`echo "$subdir_arg" | sed "s/'/'\\\\\\\\''/g"` ;;