Simon J. Gerraty ee914ef902 Import bmake-20210621
Lots more unit tests and code cleanup

Relevant changes from ChangeLog

	o job.c: Print -de error information when running multiple jobs
	o var.c: only report error for unmatched regex subexpression
	when linting (-dL) since we cannot tell when an unmatched
	subexpression is an expected result.
	reduce memory allocations in the modifiers ':D' and ':U'
	reduce memory allocation and strlen calls in modifier ':from=to'
	in the ':Q' modifier, only allocate memory if necessary
	improve performance for LazyBuf
	reduce debug logging and memory allocation for ${:U...}
	reduce verbosity of the -dv debug logging for standard cases
	fix double varname expansion in the variable modifier '::='
	o var.c: avoid evaluating many modifiers in parse only mode
	in strict mode (-dL) many variable references are parsed twice,
	the first time just to report parse errors early, so we want to
	avoid side effects and wasted effort to the extent possible.
2021-06-25 11:16:24 -07:00
2021-02-10 17:51:11 -08:00
2020-11-20 03:54:37 +00:00
2021-06-25 11:16:24 -07:00
2021-01-13 17:24:34 -08:00
2021-06-25 11:16:24 -07:00
2018-03-01 23:45:44 +00:00
2021-06-25 11:16:24 -07:00
2021-02-10 17:51:11 -08:00
2021-02-10 17:51:11 -08:00
2020-11-20 03:54:37 +00:00
2020-09-05 16:11:04 +00:00
2021-02-10 17:51:11 -08:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-02-10 17:51:11 -08:00
2021-02-10 17:51:11 -08:00
2021-02-10 17:51:11 -08:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2020-06-09 02:07:26 +00:00
2021-02-10 17:51:11 -08:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2016-03-11 00:37:02 +00:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-01-13 17:24:34 -08:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2017-11-01 23:16:32 +00:00
2021-06-25 11:16:24 -07:00
2021-02-10 17:51:11 -08:00
2021-02-10 17:51:11 -08:00
2020-11-20 03:54:37 +00:00
2021-01-13 17:24:34 -08:00
2021-02-10 17:51:11 -08:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2020-11-20 03:54:37 +00:00
2020-11-20 03:54:37 +00:00
2013-01-31 16:44:23 +00:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-02-10 17:51:11 -08:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-01-13 17:24:34 -08:00
2021-06-25 11:16:24 -07:00
2021-01-13 17:24:34 -08:00
2016-06-08 15:38:06 +00:00
2013-01-31 16:44:23 +00:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2018-03-01 23:45:44 +00:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00
2021-02-10 17:51:11 -08:00
2021-02-10 17:51:11 -08:00
2021-02-10 17:51:11 -08:00
2021-06-25 11:16:24 -07:00
2021-06-25 11:16:24 -07:00

			       bmake
			       *****

This directory contains a port of the BSD make tool (from NetBSD).
Since 1993 I have run it on AIX, BSDi, Darwin, FreeBSD, HP-UX, IRIX,
Linux, Minix, OSF, Solaris, SunOS and even UTS.
Others have run it on many more systems.

Currently each release is tested on NetBSD, FreeBSD, Solaris and Linux.

Since 2003 bmake switched to a date based version (first was 20030714)
which generally represents the date it was last merged with NetBSD's
make.  Since then, NetBSD's make is imported within a week of any
interesting changes, so that bmake tracks it very closely.

Building
========

The preferred way to bootstrap bmake is::

	./bmake/boot-strap

there are a number of args - most of which get passed to configure,
eg.
::

	./bmake/boot-strap --prefix=/opt

see the boot-strap script for details.

For folk that hate to read anything, since 20121212 you can also use
the GNU standard process of::

	./configure; make; make install

To make much use of bmake you will need the bsd.*.mk macros or my
portable *.mk macros which are included with bmake since 20121212
and separately available from
http://www.crufty.net/ftp/pub/sjg/mk.tar.gz
which will be links to the latest versions.

Porting
=======

If you encounter a system that bmake does not build or work on *out of
the box*, I welcome patches.
If you can provide access to a suitable machine - even better.

More info can be found at http://www.crufty.net/help/sjg/bmake.htm

--sjg <sjg@crufty.net>

Description
freebsd with flexible iflib nic queues
Readme 2.6 GiB
Languages
C 60.1%
C++ 26.1%
Roff 4.9%
Shell 3%
Assembly 1.7%
Other 3.7%