diff options
author | John Vogel <jvogel4@stny.rr.com> | 2015-01-23 05:33:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-23 05:33:57 +0700 |
commit | a3cda6f1f319b8c747930f9416ee613007bd55ff (patch) | |
tree | f1880062acebbe1e14b96b69e3933d8c9e7c616a /development/bmake/README | |
parent | 210913c7a57b6c6cb11a10b29cf75731aa8a9416 (diff) |
development/bmake: Added (port of BSD make).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bmake/README')
-rw-r--r-- | development/bmake/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/development/bmake/README b/development/bmake/README new file mode 100644 index 0000000000000..d04cc55bcd5c6 --- /dev/null +++ b/development/bmake/README @@ -0,0 +1,14 @@ +bmake is a port of the BSD make tool (from NetBSD). + +Version 3 was re-worked from scratch to better facilitate +importing newer make(1) versions from NetBSD. The original code base +was NetBSD-1.0, so version 3 was built by doing a fresh import of the +NetBSD-1.0 usr.bin/make, adding the autoconf and other portability +patches to sync it with bmake v2, and then NetBSD's make +of Feb 20, 2000 was imported and conflicts dealt with. +NetBSD's make was again imported on June 6 and December 15, 2000. + +In 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. |