summaryrefslogtreecommitdiff
path: root/bootstrap/bmake
AgeCommit message (Expand)AuthorFilesLines
2005-11-18Do not define LIBC and other LIB* settings. This should fixreed1-53/+3
2005-11-01bootstrap script uses source files from pkgsrc/devel/bmake/filesreed82-37951/+0
2005-10-19Fix for OSF1 5.1, from Sergey Svishchev in PR 31864.wiz1-2/+2
2005-10-02Replace getopt with equivalent code. This unbreaks bmake on DragonFly.joerg1-16/+59
2005-08-21#include <string.h> for memcpy() on Solaris 10.grant1-1/+2
2005-05-17Fix typo (missing leading dot).cube1-2/+2
2005-05-16Documented how .for loops split their value list (by whitespace, not byrillig1-1/+11
2005-05-14Different operating systems have different places where they store thechristos1-1/+3
2005-05-11Removed trailing whitespace. Changed some other details to make mdoclint(1)rillig1-15/+15
2005-05-11Corrected the part where splitting variables into words is explained. Addedrillig1-2/+19
2005-01-05Add temporary Interix-only hack: don't set the MAKEFILE variable based ontv1-4/+13
2004-11-26ensure MAKEFLAGS is empty when calling bmake.boot. HP-UX make(1) setsgrant1-2/+2
2004-11-20add support for Tru64, patches provided by Tobias Nygrengrant2-4/+4
2004-11-06pull up revision 1.38 from src:grant1-10/+4
2004-08-23* Modify bmake to use libnbcompat to ensure that a regex implementationjlam3-8/+19
2004-04-11Ksh on Unixware has problems with IFS in sub shells, so put theheinz1-2/+7
2004-03-15no need to include <math.h> (it was removed in bmake 3.1.18, too).grant1-4/+3
2004-03-11import the required bits of bootstrap-pkgsrc from 20040311.grant102-0/+40792