build-sys: allow update-hwdb with seperate build dir

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-01-02 14:48:24 -05:00
parent e241dd66f1
commit 7f8e692bb2

View file

@ -4096,11 +4096,11 @@ DISTCHECK_CONFIGURE_FLAGS += \
endif
hwdb-update:
( cd hwdb && \
wget -N http://www.linux-usb.org/usb.ids && \
wget -N http://pci-ids.ucw.cz/v2.2/pci.ids && \
wget -N http://standards.ieee.org/develop/regauth/oui/oui.txt && \
wget -N http://standards.ieee.org/develop/regauth/iab/iab.txt && \
( cd $(top_srcdir)/hwdb && \
wget -N http://www.linux-usb.org/usb.ids \
http://pci-ids.ucw.cz/v2.2/pci.ids \
http://standards.ieee.org/develop/regauth/oui/oui.txt \
http://standards.ieee.org/develop/regauth/iab/iab.txt && \
./ids-update.pl )
upload: all distcheck