mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
run: time before env to use bash builtin and get decent format, runqemu: remove spaces from cmd to make copy and paste on SO easier
This commit is contained in:
4
run
4
run
@@ -45,9 +45,9 @@ make O="$outdir" olddefconfig
|
||||
# It shouldn't be necessary in the first place: https://bugs.busybox.net/show_bug.cgi?id=9936
|
||||
# Even if were an autotools package, there is no general way currently to pass extra configs to it:
|
||||
# https://stackoverflow.com/questions/44341188/how-to-pass-extra-custom-configure-autotools-options-to-a-buildroot-package/44341225#44341225
|
||||
env \
|
||||
time \
|
||||
env \
|
||||
-u LD_LIBRARY_PATH \
|
||||
time \
|
||||
make \
|
||||
O="$outdir" \
|
||||
BR2_JLEVEL="$(($(nproc) - 2))" \
|
||||
|
||||
Reference in New Issue
Block a user