From: Diego Elio Pettenò Date: Sat, 16 Jun 2012 12:47:28 +0000 (+0200) Subject: Execute git status after fetch. X-Git-Tag: hwids-20120625~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7a3580e5b5f1da11ecff8062000fd489b26dd8c1;p=oweals%2Fhwids.git Execute git status after fetch. --- diff --git a/Makefile b/Makefile index 9a59ded..af9f947 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ HTTPCAT = curl fetch: $(HTTPCAT) http://pci-ids.ucw.cz/v2.2/pci.ids.bz2 | bzcat > pci.ids $(HTTPCAT) http://www.linux-usb.org/usb.ids.bz2 | bzcat > usb.ids + git status PV ?= $(shell date +%Y%m%d) P = hwids-$(PV)