From f6f34cd96d1eaa2e2ed59c1ac0034fc502af8074 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 5 Nov 2007 10:41:14 -0500 Subject: [PATCH] Add helper targets for updating PCI and USB ID lists. Also mark a bunch of stuff .PHONY for correctness. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index f3c701c..0b9d68d 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,8 @@ CVSTAG = $(NAME)-r$(subst .,-,$(VERSION)) FILES = MonitorsDB pci.ids upgradelist usb.ids videodrivers +.PHONY: all install tag force-tag check create-archive archive srpm-x clean clog new-pci-ids new-usb-ids + all: install: @@ -69,3 +71,9 @@ clean: clog: hwdata.spec @sed -n '/^%changelog/,/^$$/{/^%/d;/^$$/d;s/%%/%/g;p}' $< | tee $@ + +new-usb-ids: + @curl -O http://www.linux-usb.org/usb.ids + +new-pci-ids: + @curl -O http://pciids.sourceforge.net/pci.ids -- 2.25.1