mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-16 04:20:49 +00:00
fix make issue
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
aea01c9455
commit
86cc70871c
@ -4016,10 +4016,9 @@ component_build_aes_variations() {
|
||||
|
||||
echo "all: ${DEPS}" >> $MAKEFILE
|
||||
|
||||
MAKEFILE_CONTENT=`cat $MAKEFILE`
|
||||
rm ${MAKEFILE}
|
||||
NCPUS=$(lscpu -p|tail -n1|sed 's/,.*//')
|
||||
echo $MAKEFILE_CONTENT | make --quiet -j$((NCPUS * 2)) -f ${MAKEFILE} all
|
||||
make --quiet -j$((NCPUS * 2)) -f ${MAKEFILE} all
|
||||
rm ${MAKEFILE}
|
||||
}
|
||||
|
||||
component_test_no_platform () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user