File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: d8d9adfbd6b49a1c07d7b2d0acff62b0f1b6505a
2
+ refs/heads/master: f052d9b4c24677bbb833e8ec7b3328aaa821aa79
Original file line number Diff line number Diff line change @@ -407,8 +407,8 @@ endif
407
407
408
408
boot/version.ml : $(MKFILES )
409
409
@$(call E, git: $@ )
410
- $(Q ) git log -1 \
411
- --pretty =format:'let version = "prerelease (%h %ci)";;' >$@ || exit 1
410
+ $(Q ) (cd $( S ) && git log -1 \
411
+ --pretty =format:'let version = "prerelease (%h %ci)";;') >$@ || exit 1
412
412
413
413
414
414
@@ -501,8 +501,8 @@ rustllvm/%.o: rustllvm/%.cpp $(MKFILES)
501
501
# #####################################################################
502
502
503
503
doc/version.texi : $(MKFILES ) rust.texi
504
- git log -1 \
505
- --pretty =format:'@macro gitversion%n%h %ci%n@end macro%n' >$@
504
+ (cd $( S ) && git log -1 \
505
+ --pretty =format:'@macro gitversion%n%h %ci%n@end macro%n') >$@
506
506
507
507
doc/% .pdf : % .texi doc/version.texi
508
508
texi2pdf -I doc -o $@ --clean $<
You can’t perform that action at this time.
0 commit comments