Skip to content

Commit 674f46c

Browse files
authoredMar 25, 2025··
Merge pull request #13144 from jsquyres/pr/help-files-as-c-code
Encode help-*.txt file contents into C source code
2 parents 593d8ac + d1bf286 commit 674f46c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+322
-464
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ opal/tools/wrappers/opalCC-wrapper-data.txt
313313
opal/tools/wrappers/opal_wrapper
314314
opal/tools/wrappers/opal.pc
315315

316-
opal/util/show_help_lex.c
316+
opal/util/show_help_content.c
317317
opal/util/keyval/keyval_lex.c
318318

319319
test/monitoring/aggregate_profile.pl

‎ompi/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
2222
# Copyright (c) 2021 Amazon.com, Inc. or its affiliates. All Rights
2323
# reserved.
24+
# Copyright (c) 2025 Jeffrey M. Squyres. All rights reserved.
2425
# $COPYRIGHT$
2526
#
2627
# Additional copyrights may follow
@@ -153,7 +154,7 @@ lib@OMPI_LIBMPI_NAME@_la_LDFLAGS = \
153154
headers =
154155
noinst_LTLIBRARIES =
155156
include_HEADERS =
156-
dist_ompidata_DATA =
157+
EXTRA_DIST =
157158
lib@OMPI_LIBMPI_NAME@_la_SOURCES += $(headers)
158159

159160
# Conditionally install the header files

0 commit comments

Comments
 (0)
Please sign in to comment.