Skip to content

Commit d209e4f

Browse files
committed
doc: Drop mentions of share/genbuild.sh
1 parent 5c7d4b9 commit d209e4f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cmake/script/GenerateBuildInfo.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Distributed under the MIT software license, see the accompanying
33
# file COPYING or https://opensource.org/license/mit/.
44

5-
# This script is a multiplatform port of the share/genbuild.sh shell script.
6-
75
macro(fatal_error)
86
message(FATAL_ERROR "\n"
97
"Usage:\n"

src/clientversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const std::string CLIENT_NAME("Satoshi");
2525

2626
#ifdef HAVE_BUILD_INFO
2727
#include <obj/build.h>
28-
// The <obj/build.h>, which is generated by the build environment (share/genbuild.sh),
28+
// The <obj/build.h>, which is generated by the build environment (cmake/script/GenerateBuildInfo.cmake),
2929
// could contain only one line of the following:
3030
// - "#define BUILD_GIT_TAG ...", if the top commit is tagged
3131
// - "#define BUILD_GIT_COMMIT ...", if the top commit is not tagged

0 commit comments

Comments
 (0)