Import pci.ids and usb.ids into repository.
* They will be updated by a cron job once per day. This improves the reproducability of non-current builds, as the ID-files will no longer change over time.
This commit is contained in:
@@ -46,7 +46,6 @@ USBDevsHeaderGen [ FGristFiles usbdevs.h usbdevs_data.h ] : usbdevs
|
|||||||
|
|
||||||
rule PCIHeaderGen
|
rule PCIHeaderGen
|
||||||
{
|
{
|
||||||
SEARCH on $(2) = $(SEARCH_SOURCE) ;
|
|
||||||
SEARCH on $(3) = $(SEARCH_SOURCE) ;
|
SEARCH on $(3) = $(SEARCH_SOURCE) ;
|
||||||
|
|
||||||
Depends $(1) : $(2) $(3) ;
|
Depends $(1) : $(2) $(3) ;
|
||||||
@@ -60,14 +59,13 @@ actions PCIHeaderGen1
|
|||||||
gawk -v HEADERFILE=$(1) -f $(2[2]) $(2[1])
|
gawk -v HEADERFILE=$(1) -f $(2[2]) $(2[1])
|
||||||
}
|
}
|
||||||
|
|
||||||
local pciidsFile = [ DownloadFile pci.ids
|
local pciidsFile = pci.ids ;
|
||||||
: http://www.haiku-files.org/files/pci.ids ] ;
|
SEARCH on $(pciidsFile) = [ FDirName $(HAIKU_TOP) src data ids ] ;
|
||||||
|
|
||||||
PCIHeaderGen [ FGristFiles pcihdr.h ] : $(pciidsFile) : pci-header.awk ;
|
PCIHeaderGen [ FGristFiles pcihdr.h ] : $(pciidsFile) : pci-header.awk ;
|
||||||
|
|
||||||
rule USBHeaderGen
|
rule USBHeaderGen
|
||||||
{
|
{
|
||||||
SEARCH on $(2) = $(SEARCH_SOURCE) ;
|
|
||||||
SEARCH on $(3) = $(SEARCH_SOURCE) ;
|
SEARCH on $(3) = $(SEARCH_SOURCE) ;
|
||||||
|
|
||||||
Depends $(1) : $(2) $(3) ;
|
Depends $(1) : $(2) $(3) ;
|
||||||
@@ -81,8 +79,8 @@ actions USBHeaderGen1
|
|||||||
gawk -v HEADERFILE=$(1) -f $(2[2]) $(2[1])
|
gawk -v HEADERFILE=$(1) -f $(2[2]) $(2[1])
|
||||||
}
|
}
|
||||||
|
|
||||||
local usbidsFile = [ DownloadFile usb.ids
|
local usbidsFile = usb.ids ;
|
||||||
: http://www.haiku-files.org/files/usb.ids ] ;
|
SEARCH on $(usbidsFile) = [ FDirName $(HAIKU_TOP) src data ids ] ;
|
||||||
|
|
||||||
USBHeaderGen [ FGristFiles usbhdr.h ] : $(usbidsFile) : usb-header.awk ;
|
USBHeaderGen [ FGristFiles usbhdr.h ] : $(usbidsFile) : usb-header.awk ;
|
||||||
|
|
||||||
@@ -97,7 +95,7 @@ Application Devices :
|
|||||||
PropertyList.cpp
|
PropertyList.cpp
|
||||||
PropertyListPlain.cpp
|
PropertyListPlain.cpp
|
||||||
: be libcolumnlistview.a tracker [ TargetLibsupc++ ]
|
: be libcolumnlistview.a tracker [ TargetLibsupc++ ]
|
||||||
[ TargetLibstdc++ ] localestub
|
[ TargetLibstdc++ ] localestub
|
||||||
: Devices.rdef
|
: Devices.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
These files are updated by a cron-job on the git server
|
||||||
|
whenever they change upstream.
|
||||||
+26413
File diff suppressed because it is too large
Load Diff
+18905
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user