Skip to content
Snippets Groups Projects
  • Wolfgang Denk's avatar
    7fa6a2f3
    MAKEALL: Automatically use parallel builds · 7fa6a2f3
    Wolfgang Denk authored
    
    Add logic to the MAKEALL script to determine the number of CPU cores
    on the system, and run a parallel build if there is more than one.
    Usually this significantrly accelerates builds.
    
    Allow to manually adjust the number of parallel make jobs by using
    the "BUILD_NCPUS" environment variable.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    7fa6a2f3
    History
    MAKEALL: Automatically use parallel builds
    Wolfgang Denk authored
    
    Add logic to the MAKEALL script to determine the number of CPU cores
    on the system, and run a parallel build if there is more than one.
    Usually this significantrly accelerates builds.
    
    Allow to manually adjust the number of parallel make jobs by using
    the "BUILD_NCPUS" environment variable.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>