mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-19 21:20:31 +02:00
pcsx-redux: check dry build in mkhelper
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
postmake="copyps1bios"
|
||||
mkhelper="$if_not_dry_build copyps1bios"
|
||||
postmake="$if_not_dry_build copyps1bios"
|
||||
|
||||
@@ -2,4 +2,3 @@
|
||||
|
||||
makeargs="-f lbmkbofhmakefile"
|
||||
cleanargs="-f lbmkbofhmakefile"
|
||||
mkhelper="copyps1bios"
|
||||
|
||||
@@ -25,9 +25,6 @@ buildser()
|
||||
|
||||
copyps1bios()
|
||||
{
|
||||
$if_dry_build \
|
||||
return 0
|
||||
|
||||
remkdir "bin/playstation"
|
||||
x_ cp src/pcsx-redux/src/mips/openbios/openbios.bin bin/playstation
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
cbfstool="elf/coreboot/default/cbfstool"
|
||||
rmodtool="elf/coreboot/default/rmodtool"
|
||||
|
||||
build_sbase="[ ! -f \"\$sha512sum\" ] && x_ make -C util/sbase" # macro!
|
||||
build_sbase="[ ! -f \"\$sha512sum\" ] && x_ make -C util/sbase"
|
||||
|
||||
newvar()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user