From bd137de2db94b8668cf1fd550552bb4b41facb0e Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 6 Oct 2012 19:19:21 +0000 Subject: Add bmake to the build and allow it to be installed as make(1) instead of FreeBSD's make by setting WITH_BMAKE. The WITH_BMAKE build makes it easy for people to switch while working out the kinks -- think ports tree here. The option will be removed in due time. Submitted by: Simon Gerraty (sjg@juniper.net) --- tools/build/options/WITH_BMAKE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/build/options/WITH_BMAKE (limited to 'tools/build/options/WITH_BMAKE') diff --git a/tools/build/options/WITH_BMAKE b/tools/build/options/WITH_BMAKE new file mode 100644 index 0000000..2b47121 --- /dev/null +++ b/tools/build/options/WITH_BMAKE @@ -0,0 +1,8 @@ +.\" $FreeBSD$ +Build and install the portable BSD make (bmake) as +.Xr make 1 +instead of the traditional FreeBSD make. +This build option is temporary. +It allows developers to switch to bmake in order to work out any remaining +kinks or issues. +This option will be removed in due time. -- cgit v1.1