configury: manually remove some stamp-h? files
Due to what might be a bug in Automake, we need to remove stamp-h? files manually. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19418.
Этот коммит содержится в:
родитель
d5b3e5802e
Коммит
40dd4c5b76
@ -20,6 +20,11 @@ noinst_LTLIBRARIES =
|
|||||||
# --pedantic (see configure.m4 for details).
|
# --pedantic (see configure.m4 for details).
|
||||||
CFLAGS = $(opal_common_libfabric_embedded_CFLAGS)
|
CFLAGS = $(opal_common_libfabric_embedded_CFLAGS)
|
||||||
|
|
||||||
|
# Due to what might be a bug in Automake, we need to remove stamp-h?
|
||||||
|
# files manually. See
|
||||||
|
# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19418.
|
||||||
|
DISTCLEANFILES = libfabric/stamp-h?
|
||||||
|
|
||||||
# Only build this embedded copy if we're not using an external
|
# Only build this embedded copy if we're not using an external
|
||||||
# libfabric.
|
# libfabric.
|
||||||
if OPAL_COMMON_LIBFABRIC_BUILD_EMBEDDED
|
if OPAL_COMMON_LIBFABRIC_BUILD_EMBEDDED
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2011-2013 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2011-2014 Cisco Systems, Inc. All rights reserved.
|
||||||
# Copyright (c) 2014 Intel, Inc. All right reserved.
|
# Copyright (c) 2014 Intel, Inc. All right reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
@ -8,6 +8,13 @@
|
|||||||
# $HEADER$
|
# $HEADER$
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Due to what might be a bug in Automake, we need to remove stamp-h?
|
||||||
|
# files manually. See
|
||||||
|
# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19418.
|
||||||
|
DISTCLEANFILES = \
|
||||||
|
hwloc/include/hwloc/autogen/stamp-h? \
|
||||||
|
hwloc/include/private/autogen/stamp-h?
|
||||||
|
|
||||||
# Need to include these files so that these directories are carried in
|
# Need to include these files so that these directories are carried in
|
||||||
# the tarball (in case someone invokes autogen.sh on a dist tarball).
|
# the tarball (in case someone invokes autogen.sh on a dist tarball).
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user