mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
proxmark3: upstream fixed excessive rebuilding
This commit is contained in:
parent
4a6f5ee6c8
commit
4c9197054c
1 changed files with 2 additions and 5 deletions
|
|
@ -60,12 +60,7 @@ QA_FLAGS_IGNORED="usr/share/proxmark3/firmware/bootrom.elf
|
|||
usr/share/proxmark3/firmware/fullimage.elf"
|
||||
|
||||
src_prepare(){
|
||||
sed -i 's# .FORCE##' client/Makefile || die
|
||||
sed -i 's# .FORCE##' bootrom/Makefile || die
|
||||
sed -i 's# .FORCE##' armsrc/Makefile || die
|
||||
default
|
||||
}
|
||||
src_compile(){
|
||||
#first we set platform
|
||||
if use pm3rdv4; then
|
||||
echo 'PLATFORM=PM3RDV4' > Makefile.platform
|
||||
|
|
@ -127,7 +122,9 @@ src_compile(){
|
|||
else
|
||||
echo 'STANDALONE=' >> Makefile.platform
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile(){
|
||||
export PREFIX=/usr
|
||||
#verbose
|
||||
export V=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue