#!/bin/bash
# dev/tool/make - ``make`` Tool Support Configuration

######
# Job Control

# $make_jobs - Number of ``make`` jobs to use
# Default: (Current # of processors) + 1
make_jobs=$(grep processor /proc/cpuinfo |wc -l)
make_jobs=$((make_jobs + 1))

View the Developer Guide Index

View the Reference Manual Index


Generated on Thu Jun 21 06:57:43 PDT 2018 by mcsh d14 v0.24.0.