Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • 9020nri
  • 9020vga
  • btrfsvols
  • fsdg20230625
  • 20240225
  • 20240126
  • 20231106
  • 20231101
  • 20231021fix2
  • 20231021fix
  • 20231021
  • c20230710
  • 20230625
  • 20230423
  • 20230413
  • 20230319
  • 20221214
  • psdg
  • 20220710
  • 20211122
  • 20210522
22 results

include

  • Clone with SSH
  • Clone with HTTPS
  • Leah Rowe's avatar
    Libreboot project authored
    lbmk otherwise uses nproc to set the number of build threads,
    in these places:
    
    * generic make commands in script/update/trees
    * crossgcc make command in script/update/trees
    
    the -T0 option is also used in script/update/release, when running
    tar.
    
    with this change, you can do:
    
    export LBMK_THREADS=x
    
    where x is the number of threads. when you then run
    lbmk, your chosen number of threads will override
    the default. this may be useful on a host that does
    not have a lot of memory.
    
    Signed-off-by: default avatarLeah Rowe <leah@libreboot.org>
    33277897
    History
    Name Last commit Last update
    ..
    err.sh
    git.sh
    mrc.sh
    option.sh