From: Adam Jackson Date: Mon, 5 Nov 2007 15:41:14 +0000 (-0500) Subject: Add helper targets for updating PCI and USB ID lists. X-Git-Tag: hwdata-0.212-1~6^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f6f34cd96d1eaa2e2ed59c1ac0034fc502af8074;p=oweals%2Fhwdata.git Add helper targets for updating PCI and USB ID lists. Also mark a bunch of stuff .PHONY for correctness. --- 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