| Summary: | [bsd.scons.mk] support parallel build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Alexander Botero-Lowry <alexbl> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->alexbl bsd.scons.mk is alexbl territory (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed, thanks! pav 2009-05-15 12:01:39 UTC
FreeBSD ports repository
Modified files:
Mk bsd.scons.mk
Log:
- Add support for MAKE_JOBS
PR: ports/133287
Submitted by: amdmi3
Approved by: maintainer timeout (alexbl; 1 month)
Revision Changes Path
1.11 +3 -3 ports/Mk/bsd.scons.mk
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|
Support parallel build with scons. It has the same arguments as make (-jXXX), so using ${_MAKE_JOBS} just works.