proxmark3: upstream fixed excessive rebuilding

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-08-02 19:30:28 -04:00
parent 4a6f5ee6c8
commit 4c9197054c
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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