summaryrefslogtreecommitdiff
path: root/bootstrap/bmake
AgeCommit message (Collapse)AuthorFilesLines
2004-11-26ensure MAKEFLAGS is empty when calling bmake.boot. HP-UX make(1) setsgrant1-2/+2
MAKEFLAGS incorrectly and bmake interprets this as a target. from Eric Schnoebelen in PR pkg/23683. thanks!
2004-11-20add support for Tru64, patches provided by Tobias Nygrengrant2-4/+4
<tnn at netilium dot org> with minor changes by me. tested on Tru64 5.0 and 5.1B.
2004-11-06pull up revision 1.38 from src:grant1-10/+4
Remove some code which makes file lookup rely on the fact that the first two directory entries are "." and "..". This behaviour is not required by applicable standards, and actually not provided by "coda". Now we get the "." and ".." into the per-directiry hash tables, but this should not hurt. fixes bmake build on Fedora Core 2, PR pkg/26140 from Shoichi Miyake.
2004-08-23* Modify bmake to use libnbcompat to ensure that a regex implementationjlam3-8/+19
exists. * nbsed-20040821 requires libnbcompat, so make the appropriate adjustments to the build to use it. * If nbsed is built during bootstrap, then use it as the sed for pkg_install so that the correct program is embedded into the pkg_view and linkfarm scripts. * We don't need bmake to build any of the bootstrap packages, so just call out to the system make.
2004-04-11Ksh on Unixware has problems with IFS in sub shells, so put theheinz1-2/+7
splitting of PATH on a separate line. Use 'uname -v' instead of 'uname -r' on Unixware. The release number of UNIX SYSV (ie, R5) is less important to us than the version (7.x.y).
2004-03-15no need to include <math.h> (it was removed in bmake 3.1.18, too).grant1-4/+3
this removes a dependency on SUNWlibm on Solaris. noted by Marc Herbert <Marc.Herbert@sun.com> way back in April 2003.
2004-03-11import the required bits of bootstrap-pkgsrc from 20040311.grant102-0/+40792