projects
/
oweals
/
hwids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73bd148
)
Execute git status after fetch.
author
Diego Elio Pettenò
<flameeyes@flameeyes.eu>
Sat, 16 Jun 2012 12:47:28 +0000
(14:47 +0200)
committer
Diego Elio Pettenò
<flameeyes@flameeyes.eu>
Sat, 16 Jun 2012 12:47:28 +0000
(14:47 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9a59ded32d17342e646e6514367ec87c035d8871..af9f9470dd1fce32c2d7dfc937f746fb4a1d4e07 100644
(file)
--- 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)