From f1213b87471e783c985ccf374bdb80eb2d20870e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 29 Oct 2017 20:37:25 -0400 Subject: add `make versions` to show when each of my plugins was last updated --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 732b5b2..6831031 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,9 @@ update : @git submodule foreach '(if [ $$path == "vim/pack/filetype/start/perl" ]; then git checkout dev; else git checkout master; fi) && git pull' @$(MAKE) build +versions : + @git submodule foreach -q 'printf "%-53s" " $$path" && GIT_PAGER=cat git show -s --format=format:%cI%n $$sha1' + $(INTO)/.% : % @[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak $(LN) $(PWD)/$< $@ -- cgit v1.2.3-54-g00ecf