commit | de5d660f1e29798aa8c5d27261b929a7b01c014b | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Tue Dec 09 00:39:08 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 09 00:39:08 2008 +0100 |
tree | a67cd9d341773b783d29f9629c1768c44413cced | |
parent | e6ce657008d528fbf926d09fd22f53095e15c4ec [diff] |
MAKEALL: Automatically use parallel builds 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: Wolfgang Denk <wd@denx.de>