From 7c5a4b79cad32692239216cf2a8f3ed3a4897893 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Tue, 25 Feb 2014 16:35:07 +0200 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.25.1