#!/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 Fri Jul 28 14:36:29 PDT 2017 by mcsh d14 v0.23.0.