We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48bd12 commit 548c30cCopy full SHA for 548c30c
scripts/build-u-boot-rb1.sh
@@ -72,7 +72,7 @@ log_i "Configuring U-Boot (${CONFIG})"
72
make "${CONFIG}"
73
74
log_i "Building U-Boot (with device tree ${U_BOOT_DEVICE_TREE})"
75
-make -j`nproc` \
+make "-j$(nproc)" \
76
CROSS_COMPILE=aarch64-linux-gnu- DEVICE_TREE="${U_BOOT_DEVICE_TREE}"
77
78
log_i "Creating Android boot image (${ABOOT_OUTPUT})"
0 commit comments