File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -495,9 +495,9 @@ INSTALL_ALL = all
495495
496496post-install-check: $(LIBRUBY_RELATIVE)-post-install-check
497497
498- yes-post-install-check:
499- $(DESTDIR)$(bindir)/$(PROGRAM) -C $(srcdir) tool/post-install.rb
500- no-post-install-check:
498+ yes-post-install-check: list-installed-binstub
499+ $(DESTDIR)$(bindir)/$(PROGRAM) $(srcdir)/ tool/post-install.rb
500+ no-post-install-check: list-installed-binstub
501501
502502install-all: pre-install-all do-install-all $(DOT_WAIT) post-install-all
503503pre-install-all:: all pre-install-local pre-install-ext pre-install-gem pre-install-doc
Original file line number Diff line number Diff line change @@ -719,6 +719,9 @@ no-test-syntax-suggest:
719719no-post-install-check :
720720 [ -n " $( DESTDIR) " ] || $(bindir ) /$(PROGRAM ) -C $(srcdir ) tool/post-install.rb
721721
722+ list-installed-binstub :
723+ ls -lF --color $(DESTDIR )$(bindir )
724+
722725yesterday :
723726 $(GIT ) -C $(srcdir ) reset --hard \
724727 ` $( GIT) -C $( srcdir) log -1 --before=00:00+0900 --format=%H`
Original file line number Diff line number Diff line change @@ -1503,6 +1503,9 @@ rubyspec-capiext: $(RUBYSPEC_CAPIEXT_EXTS)
15031503
15041504exts : rubyspec-capiext
15051505
1506+ list-installed-binstub :
1507+ dir $(DESTDIR:/=\ )$(bindir:/=\ )
1508+
15061509yesterday :
15071510 for /f " usebackq" %H in \
15081511 (` $( GIT) -C $( srcdir) log -1 " --before=00:00+0900" " --format=%H" ` ) do \
You can’t perform that action at this time.
0 commit comments