summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge bmake-20121111sjg2012-11-163-4/+10
| | | | | | Also pay attention to MK_SHARED_TOOLCHAIN. Approved by: marcel (mentor)
* Merge bmake-20121010sjg2012-10-251-8/+12
| | | | Approved by: marcel (mentor)
* Fix a bootstrapping problem where the first bmake (built by FreeBSD'smarcel2012-10-191-4/+3
| | | | | | | | | make) ended up being built with -DFORCE_MACHINE. This broke the lib32 built for amd64 & powerpc64. This fix is comes with the next import of bmake, but is committed here and now to minimize the exposure to the bug. Submitted by: Simon Gerraty <sjg@juniper.net>
* Obey the value of "MK_BMAKE".obrien2012-10-161-1/+1
|
* Add bmake to the build and allow it to be installed as make(1) insteadmarcel2012-10-064-0/+642
of FreeBSD's make by setting WITH_BMAKE. The WITH_BMAKE build makes it easy for people to switch while working out the kinks -- think ports tree here. The option will be removed in due time. Submitted by: Simon Gerraty (sjg@juniper.net)
OpenPOWER on IntegriCloud