aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge bmake-20130730Simon J. Gerraty2013-08-021-2/+2
| | | | | | | | Main feature of interest is .MAKE.JOB.PREFIX= to suppress --- job --- tokens. Notes: svn path=/head/; revision=253883
* Update to bmake-20130604 to fix file descriptor leak.Simon J. Gerraty2013-06-051-2/+2
| | | | Notes: svn path=/head/; revision=251422
* Sync with upstream version (20130520) that includes same fixes made last week.Simon J. Gerraty2013-05-201-2/+2
| | | | Notes: svn path=/head/; revision=250837
* Update to bmake-20130330Simon J. Gerraty2013-04-021-2/+2
| | | | Notes: svn path=/head/; revision=249033
* Merge bmake-20130123Simon J. Gerraty2013-02-011-124/+88
| | | | | | | Approved by: marcel (mentor) Notes: svn path=/head/; revision=246223
* Merge bmake-20121111Simon J. Gerraty2012-11-161-2/+2
| | | | | | | | | Also pay attention to MK_SHARED_TOOLCHAIN. Approved by: marcel (mentor) Notes: svn path=/head/; revision=243115
* Merge bmake-20121010Simon J. Gerraty2012-10-251-8/+12
| | | | | | | Approved by: marcel (mentor) Notes: svn path=/head/; revision=242102
* Fix a bootstrapping problem where the first bmake (built by FreeBSD'sMarcel Moolenaar2012-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> Notes: svn path=/head/; revision=241751
* Add bmake to the build and allow it to be installed as make(1) insteadMarcel Moolenaar2012-10-061-0/+209
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) Notes: svn path=/head/; revision=241279