Skip to content

Commit 688aec3

Browse files
committed
misc stuff
1 parent aaae58f commit 688aec3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

opal/mca/event/libevent2022/libevent/event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern "C" {
5656
/* For int types. */
5757
#include <evutil.h>
5858

59-
#ifdef WIN32
59+
#if defined(WIN32) && !defined(__CYGWIN__)
6060
#ifndef WIN32_LEAN_AND_MEAN
6161
#define WIN32_LEAN_AND_MEAN
6262
#endif

opal/mca/pmix/pmix4x/pmix/config/pmix_config_subdir.m4

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dnl Copyright (c) 2004-2005 The Regents of the University of California.
1212
dnl All rights reserved.
1313
dnl Copyright (c) 2012-2016 Cisco Systems, Inc. All rights reserved.
1414
dnl Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
15-
dnl Copyright (c) 2015 Research Organization for Information Science
16-
dnl and Technology (RIST). All rights reserved.
15+
dnl Copyright (c) 2015-2018 Research Organization for Information Science
16+
dnl and Technology (RIST). All rights reserved.
1717
dnl $COPYRIGHT$
1818
dnl
1919
dnl Additional copyrights may follow
@@ -22,7 +22,7 @@ dnl $HEADER$
2222
dnl
2323

2424
AC_DEFUN([PMIX_CONFIG_SUBDIR],[
25-
PMIX_VAR_SCOPE_PUSH([subdir_parent sub_configure subdir_dir subdir_srcdir subdir_cache_file subdir_args subdir_dots total_dir dir_part temp])
25+
PMIX_VAR_SCOPE_PUSH([subdir_parent sub_configure subdir_dir subdir_srcdir subdir_cache_file subdir_args subdir_dots total_dir dir_part subdir_temp])
2626

2727
#
2828
# Invoke configure in a specific subdirectory.
@@ -58,8 +58,8 @@ if test "$subdir_dir" != ":" && test -d $srcdir/$subdir_dir; then
5858
[[\\/]]* | ?:[[\\/]]* ) total_dir=;;
5959
*) total_dir=.;;
6060
esac
61-
temp=$subdir_dir
62-
for dir_part in `IFS='/\\'; set X $temp; shift; echo "$[@]"`; do
61+
subdir_temp=$subdir_dir
62+
for dir_part in `IFS='/\\'; set X $subdir_temp; shift; echo "$[@]"`; do
6363
case $dir_part in
6464
# Skip DOS drivespec
6565
?:) total_dir=$dir_part ;;

opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pmixdir = $(pmixincludedir)/$(subdir)
4646
pmix_HEADERS = $(headers)
4747
endif
4848

49-
all-local:
49+
all-local: $(comp_noinst)
5050
if test -z "$(lib_LTLIBRARIES)"; then \
5151
rm -f "$(comp_inst)"; \
5252
$(LN_S) "$(comp_noinst)" "$(comp_inst)"; \

0 commit comments

Comments
 (0)