From 7a3580e5b5f1da11ecff8062000fd489b26dd8c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 16 Jun 2012 14:47:28 +0200 Subject: [PATCH] Execute git status after fetch. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.25.1