Skip to content

Commit

Permalink
doc: Drop mentions of share/genbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 29, 2024
1 parent 5c7d4b9 commit d209e4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cmake/script/GenerateBuildInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or https://opensource.org/license/mit/.

# This script is a multiplatform port of the share/genbuild.sh shell script.

macro(fatal_error)
message(FATAL_ERROR "\n"
"Usage:\n"
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const std::string CLIENT_NAME("Satoshi");

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

0 comments on commit d209e4f

Please sign in to comment.