aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-02-25 16:35:07 +0200
committerSamuli Suominen <ssuominen@gentoo.org>2014-02-25 16:35:07 +0200
commit7c5a4b79cad32692239216cf2a8f3ed3a4897893 (patch)
tree7f574876812abf1a8cb3e3caf955aecc48a2fc9b
parentFetch 20-net-ifname.hwdb from upstream repository. Add both 20-net-ifname.hwd... (diff)
downloadhwids-7c5a4b79cad32692239216cf2a8f3ed3a4897893.tar.gz
hwids-7c5a4b79cad32692239216cf2a8f3ed3a4897893.tar.bz2
hwids-7c5a4b79cad32692239216cf2a8f3ed3a4897893.zip
Try to make some sense of the udev/ vs. hwdb/ random usage in the date line. Please verify, since
even before this, some used udev/ and some hwdb/ and that doesn't have any logic to it.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc0c872..31bbbd1 100644
--- 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: