Update makefile to handle tagging of oui.txt. hwids-20121202.1
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>
Sun, 2 Dec 2012 06:32:01 +0000 (22:32 -0800)
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>
Sun, 2 Dec 2012 06:32:01 +0000 (22:32 -0800)
Makefile

index 58592e50611f5db5e796329b2b669230e065f7d1..95b304eddff06d6d1f6058fb32aad676bffc7e0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,10 @@ endif
 fetch:
        $(Q)$(HTTPCAT) http://pci-ids.ucw.cz/v2.2/pci.ids.bz2 | bzcat > pci.ids
        $(Q)$(HTTPCAT) http://www.linux-usb.org/usb.ids.bz2 | bzcat > usb.ids
+       $(Q)$(HTTPCAT) http://standards.ieee.org/develop/regauth/oui/oui.txt > oui.txt
        $(Q)$(STATUS)
 
-PV ?= $(shell awk '$$2 == "Date:" { gsub("-", "", $$3); print $$3; nextfile }' pci.ids usb.ids | sort | tail -n 1)
+PV ?= $(shell ( awk '$$2 == "Date:" { print $$3; nextfile }' pci.ids usb.ids; git log --format=format:%ci -1 -- oui.txt | cut -d ' ' -f1; ) | sort | tail -n 1 | tr -d -)
 P = hwids-$(PV)
 
 tag: