File tree 2 files changed +18
-9
lines changed 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 12
12
# Copyright (c) 2006-2022 Cisco Systems, Inc. All rights reserved.
13
13
# Copyright (c) 2012-2015 Los Alamos National Security, Inc. All rights reserved.
14
14
# Copyright (c) 2014-2019 Intel, Inc. All rights reserved.
15
- # Copyright (c) 2017-2021 Amazon.com, Inc. or its affiliates.
15
+ # Copyright (c) 2017-2022 Amazon.com, Inc. or its affiliates. All Rights reserved .
16
16
# All Rights reserved.
17
17
# Copyright (c) 2020 IBM Corporation. All rights reserved.
18
18
# $COPYRIGHT$
22
22
# $HEADER$
23
23
#
24
24
25
+ # There is an assumption in config/Makefile.am that config is the first
26
+ # subdirectory in the DIST_SUBDIRS list. If that changes, work may
27
+ # be required.
25
28
SUBDIRS = config contrib 3rd-party $(MCA_PROJECT_SUBDIRS ) test docs
26
29
DIST_SUBDIRS = config contrib 3rd-party $(MCA_PROJECT_DIST_SUBDIRS ) test docs
27
30
EXTRA_DIST = README.md VERSION Doxyfile LICENSE autogen.pl AUTHORS
@@ -34,14 +37,6 @@ dist-hook:
34
37
echo " AUTHORS file is empty; aborting distribution" ; \
35
38
exit 1; \
36
39
fi
37
- @if test -n " $( OPAL_MAKEDIST_DISABLE) " ; then \
38
- echo " #########################################################################" ; \
39
- echo " #" ; \
40
- echo " # make dist is disabled due to the following packages: $( OPAL_MAKEDIST_DISABLE) " ; \
41
- echo " #" ; \
42
- echo " #########################################################################" ; \
43
- exit 1; \
44
- fi
45
40
46
41
# Check for common symbols. Use a "-hook" to increase the odds that a
47
42
# developer will see it at the end of their installation process.
Original file line number Diff line number Diff line change 15
15
# Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
16
16
# Copyright (c) 2016 Research Organization for Information Science
17
17
# and Technology (RIST). All rights reserved.
18
+ # Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All Rights reserved.
18
19
# $COPYRIGHT$
19
20
#
20
21
# Additional copyrights may follow
21
22
#
22
23
# $HEADER$
23
24
#
24
25
26
+ # This is a weird place for this, but config/ is the first directory that
27
+ # is entered, and the dist-hook runs at the end of the current directory,
28
+ # so this is the earliest we can run this test.
29
+ dist-hook :
30
+ @if test -n " $( OPAL_MAKEDIST_DISABLE) " ; then \
31
+ echo " #########################################################################" ; \
32
+ echo " #" ; \
33
+ echo " # make dist is disabled due to the following packages: $( OPAL_MAKEDIST_DISABLE) " ; \
34
+ echo " #" ; \
35
+ echo " #########################################################################" ; \
36
+ exit 1; \
37
+ fi
38
+
25
39
EXTRA_DIST = \
26
40
distscript.sh \
27
41
opal_get_version.m4sh \
You can’t perform that action at this time.
0 commit comments