mirror of
https://git.proxmox.com/git/pve-firmware
synced 2025-04-28 16:33:28 +00:00
buildsys: make fwlist sort+concat atomic
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7ee414693f
commit
be53606e45
4
Makefile
4
Makefile
@ -25,7 +25,9 @@ fw.list: fwlist-5.13.x-y-pve
|
||||
fw.list: fwlist-5.15.5-1-pve
|
||||
fw.list: fwlist-5.15.19-1-pve
|
||||
fw.list: fwlist-5.15.27-1-pve
|
||||
sort -u $^ > $@
|
||||
rm -f $@.tmp $@
|
||||
sort -u $^ > $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
fwdata: linux-firmware.git/WHENCE dvb-firmware.git/README fw.list
|
||||
rm -rf fwdata fwdata.tmp
|
||||
|
Loading…
Reference in New Issue
Block a user