[haiku-commits] r38967 - haiku/trunk/src/apps/devices
- From: korli@xxxxxxxxxxxxxxxx
- To: haiku-commits@xxxxxxxxxxxxx
- Date: Wed, 13 Oct 2010 22:23:35 +0200 (CEST)
Author: korli
Date: 2010-10-13 22:23:35 +0200 (Wed, 13 Oct 2010)
New Revision: 38967
Changeset: http://dev.haiku-os.org/changeset/38967
Removed:
haiku/trunk/src/apps/devices/pci.ids
Modified:
haiku/trunk/src/apps/devices/Jamfile
Log:
Get pci.ids direct from the source, updates are only needed for releases.
Modified: haiku/trunk/src/apps/devices/Jamfile
===================================================================
--- haiku/trunk/src/apps/devices/Jamfile 2010-10-13 19:44:51 UTC (rev
38966)
+++ haiku/trunk/src/apps/devices/Jamfile 2010-10-13 20:23:35 UTC (rev
38967)
@@ -58,8 +58,11 @@
gawk -v HEADERFILE=$(1) -f $(2[2]) $(2[1])
}
-PCIHeaderGen [ FGristFiles pcihdr.h ] : pci.ids : pci-header.awk ;
+local pciidsFile = [ DownloadFile pci.ids
+ : http://pciids.sourceforge.net/pci.ids ] ;
+PCIHeaderGen [ FGristFiles pcihdr.h ] : $(pciidsFile) : pci-header.awk ;
+
Application Devices :
DevicesApplication.cpp
DevicesView.cpp
Other related posts:
- » [haiku-commits] r38967 - haiku/trunk/src/apps/devices - korli