We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fd87b commit c90d114Copy full SHA for c90d114
doc/Makefile
@@ -4,7 +4,7 @@ all: rust.pdf rust.html
4
5
version.texi: Makefile rust.texi
6
git log -1 \
7
- --format='@macro gitversion%n%h %ci%n@end macro%n' >$@
+ --pretty=format:'@macro gitversion%n%h %ci%n@end macro%n' >$@
8
9
%.pdf: %.texi version.texi
10
texi2pdf $<
src/Makefile
@@ -297,7 +297,7 @@ all: $(CFG_RUSTC) $(MKFILES) $(GENERATED)
297
298
boot/util/version.ml: Makefile
299
$(CFG_QUIET)git log -1 \
300
- --format='let version = "prerelease (%h %ci)";;' >$@ || exit 1
+ --pretty=format:'let version = "prerelease (%h %ci)";;' >$@ || exit 1
301
302
loc:
303
$(CFG_QUIET)wc -l $(BOOT_MLS) $(RUNTIME_CS) $(RUNTIME_HDR)
0 commit comments