summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_serialize.sh
Commit message (Collapse)AuthorAgeFilesLines
* ptxd_make_serialize: whitespace fixMichael Olbrich2015-07-011-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_serialize_put: propagate last return valueMichael Olbrich2015-06-161-0/+2
| | | | | | | This way, we can avoid doing this whenever ptxd_make_serialize_put is called. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_serialize_put: make it work with older bashMichael Olbrich2015-06-011-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: add option for global parallel buildingMichael Olbrich2015-05-261-0/+9
| | | | | | | With this option enabled the make jobserver is shared between outer and inner 'make' to optimize parallel building. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* limit parallel downloading and extracting for parallel buildingMichael Olbrich2015-05-261-0/+50
Currently the number of parallel downloads is limited to 4 and the number of extract jobs to 2. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>