• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

PSD.doc/H03-May-2022-3,8063,689

filemon/H03-May-2022-1,101680

missing/sys/H03-May-2022-18792

mk/H03-May-2022-13,7168,973

unit-tests/H03-May-2022-26,14515,070

ChangeLogH A D20-Apr-2021117 KiB3,4732,593

FILESH A D20-Apr-202123.6 KiB846845

LICENSEH A D01-Jan-20212.6 KiB6147

MakefileH A D13-Nov-20204.6 KiB221158

Makefile.config.inH A D01-Feb-2021520 2319

READMEH A D08-Jun-20161.5 KiB5335

VERSIONH A D20-Apr-202163 32

aclocal.m4H A D26-Nov-20171.9 KiB8372

arch.cH A D20-Apr-202130.6 KiB1,138602

bmake.1H A D03-May-202265.4 KiB2,4752,463

bmake.cat1H A D05-Feb-202180.4 KiB1,5851,218

boot-strapH A D03-May-202210.9 KiB488449

bsd.after-import.mkH A D12-Jul-20203.9 KiB12792

buf.cH A D31-Jan-20216.5 KiB221104

buf.hH A D20-Apr-20214.9 KiB12236

compat.cH A D20-Apr-202118.9 KiB763429

cond.cH A D20-Apr-202133.1 KiB1,363804

config.h.inH A D01-Feb-20218.9 KiB348243

configureH A D01-Feb-2021202.2 KiB7,4686,263

configure.inH A D01-Feb-202110.9 KiB445427

dir.cH A D20-Apr-202145.3 KiB1,731930

dir.hH A D20-Apr-20214.6 KiB10827

dirname.cH A D24-May-20203.1 KiB12675

enum.cH A D05-Feb-20212.5 KiB8133

enum.hH A D31-Mar-20216.3 KiB180108

find_lib.shH A D08-Sep-1996138 1410

for.cH A D20-Apr-202112.3 KiB518308

getopt.cH A D18-Feb-20164.8 KiB189126

hash.cH A D20-Apr-202110.1 KiB375223

hash.hH A D20-Apr-20216.1 KiB17173

install-shH A D16-Mar-20013.8 KiB202183

job.cH A D20-Apr-202176.3 KiB3,0031,778

job.hH A D20-Apr-20217.1 KiB21173

lst.cH A D31-Mar-20216.3 KiB293179

lst.hH A D20-Apr-20216.7 KiB20673

machine.shH A D13-Aug-20172.2 KiB10776

main.cH A D20-Apr-202152 KiB2,2901,600

make-bootstrap.sh.inH A D13-Nov-20202 KiB9673

make-conf.hH A D12-Dec-20205.6 KiB15014

make.1H A D05-Feb-202165.3 KiB2,4702,458

make.cH A D20-Apr-202139.1 KiB1,441751

make.hH A D20-Apr-202124.9 KiB846429

make_malloc.cH A D20-Jan-20212.5 KiB9448

make_malloc.hH A D20-Jan-20212.2 KiB5719

makefile.inH A D28-Dec-2012282 155

meta.cH A D20-Apr-202140.3 KiB1,7221,259

meta.hH A D20-Apr-20212.4 KiB6124

metachar.cH A D20-Jan-20213.6 KiB8526

metachar.hH A D20-Apr-20211.8 KiB4913

mkdeps.shH A D29-Nov-20027.3 KiB315202

nonints.hH A D20-Apr-202111.3 KiB348163

os.shH A D05-Aug-20205.5 KiB259183

parse.cH A D20-Apr-202180.4 KiB3,3052,026

pathnames.hH A D30-Nov-20202.4 KiB6428

ranlib.hH A D01-Nov-20051,008 3317

realpath.cH A D25-Jan-20135.1 KiB216129

setenv.cH A D04-Sep-19964.6 KiB15593

sigcompat.cH A D14-Feb-20118.5 KiB326193

str.cH A D20-Apr-202111.1 KiB415255

str.hH A D20-Apr-20217.5 KiB368261

stresep.cH A D12-Feb-20182.9 KiB9443

strlcpy.cH A D13-Sep-20101.7 KiB6430

suff.cH A D20-Apr-202155.2 KiB2,1801,149

targ.cH A D20-Apr-202115.8 KiB618341

trace.cH A D05-Feb-20213 KiB11253

trace.hH A D20-Jan-20211.8 KiB5414

util.cH A D05-Feb-202111.9 KiB589484

var.cH A D20-Apr-2021113.4 KiB4,7573,095

wait.hH A D26-Nov-20022 KiB8250

README

1			       bmake
2			       *****
3
4This directory contains a port of the BSD make tool (from NetBSD).
5Since 1993 I have run it on AIX, BSDi, Darwin, FreeBSD, HP-UX, IRIX,
6Linux, Minix, OSF, Solaris, SunOS and even UTS.
7Others have run it on many more systems.
8
9Currently each release is tested on NetBSD, FreeBSD, Solaris and Linux.
10
11Since 2003 bmake switched to a date based version (first was 20030714)
12which generally represents the date it was last merged with NetBSD's
13make.  Since then, NetBSD's make is imported within a week of any
14interesting changes, so that bmake tracks it very closely.
15
16Building
17========
18
19The preferred way to bootstrap bmake is::
20
21	./bmake/boot-strap
22
23there are a number of args - most of which get passed to configure,
24eg.
25::
26
27	./bmake/boot-strap --prefix=/opt
28
29see the boot-strap script for details.
30
31For folk that hate to read anything, since 20121212 you can also use
32the GNU standard process of::
33
34	./configure; make; make install
35
36To make much use of bmake you will need the bsd.*.mk macros or my
37portable *.mk macros which are included with bmake since 20121212
38and separately available from
39http://www.crufty.net/ftp/pub/sjg/mk.tar.gz
40which will be links to the latest versions.
41
42Porting
43=======
44
45If you encounter a system that bmake does not build or work on *out of
46the box*, I welcome patches.
47If you can provide access to a suitable machine - even better.
48
49More info can be found at http://www.crufty.net/help/sjg/bmake.htm
50
51--sjg <sjg@crufty.net>
52
53