Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
53e2a612
Commit
53e2a612
authored
Nov 15, 2020
by
Glenn Morris
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; * lib-src/make-fingerprint.c: Update commentary.
parent
286c6327
Pipeline
#7807
failed with stage
in 100 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lib-src/make-fingerprint.c
lib-src/make-fingerprint.c
+6
-3
No files found.
lib-src/make-fingerprint.c
View file @
53e2a612
...
...
@@ -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/>. */
/* The arguments given to this program are all the object files that
go into building GNU Emacs. There is no special search logic to find
the files. */
/* The argument given to this program is the initial version of the
temacs executable file used when building GNU Emacs. This program computes
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>
...
...
EMBA bot
@bot
mentioned in commit
4a8c1120
·
Nov 16, 2020
mentioned in commit
4a8c1120
mentioned in commit 4a8c1120f5deac6d4b4a5e7109af583818510735
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment