; * lib-src/make-fingerprint.c: Update commentary.

This commit is contained in:
Glenn Morris 2020-11-15 15:08:58 -08:00
parent 286c632772
commit 53e2a612ad

View file

@ -19,9 +19,12 @@ You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
/* The arguments given to this program are all the object files that /* The argument given to this program is the initial version of the
go into building GNU Emacs. There is no special search logic to find temacs executable file used when building GNU Emacs. This program computes
the files. */ a digest fingerprint for the executable, and modifies the binary in
place, replacing all instances of the existing fingerprint (normally
the default fingerprint from libgnu's lib/fingerprint.c) with the
new value. With option -r, it just prints the digest. */
#include <config.h> #include <config.h>