Try to make some sense of the udev/ vs. hwdb/ random usage in the date line. Please... 6/head
authorSamuli Suominen <ssuominen@gentoo.org>
Tue, 25 Feb 2014 14:35:07 +0000 (16:35 +0200)
committerSamuli Suominen <ssuominen@gentoo.org>
Tue, 25 Feb 2014 14:35:07 +0000 (16:35 +0200)
even before this, some used udev/ and some hwdb/ and that doesn't have any logic to it.

Makefile

index dc0c8721f582a055d5ed5b39634319755a3581bf..31bbbd174ca2a5956994b71cc0e7a065d19d652a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ fetch:
        $(Q)curl -z udev-hwdb-update.pl -o udev-hwdb-update.pl -R http://cgit.freedesktop.org/systemd/systemd/plain/hwdb/ids-update.pl
        $(Q)$(STATUS)
 
-PV ?= $(shell ( awk '$$2 == "Date:" { print $$3; nextfile }' pci.ids usb.ids; git log --format=format:%ci -1 -- oui.txt hwdb/20-acpi-vendor.hwdb udev/20-bluetooth-vendor-product.hwdb 20-net-ifname.hwdb 60-keyboard.hwdb udev-hwdb-update.pl | cut -d ' ' -f1; ) | sort | tail -n 1 | tr -d -)
+PV ?= $(shell ( awk '$$2 == "Date:" { print $$3; nextfile }' pci.ids usb.ids; git log --format=format:%ci -1 -- oui.txt udev/20-acpi-vendor.hwdb udev/20-bluetooth-vendor-product.hwdb udev/20-net-ifname.hwdb udev/60-keyboard.hwdb udev-hwdb-update.pl | cut -d ' ' -f1; ) | sort | tail -n 1 | tr -d -)
 P = hwids-$(PV)
 
 tag: