Re: incremental bulds from scratch with beinstall.sh

From: Simon J. Gerraty <sjg_at_juniper.net>
Date: Tue, 13 May 2025 15:43:14 UTC
Mark Millard <marklmi@yahoo.com> wrote:
> > Use of a:
> >
> > env __MAKE_CONF="/usr/home/root/src.configs/make.conf"
> >
> > prefix for each make command and the file content
> > like shown by the cat below:

If you are going to head down that path, I would highly recommend
using the 'mk' wrapper from
https://www.crufty.net/ftp/pub/sjg/sb-tools.tar.gz
We've used that model at work for over 20 years.
Described in https://www.crufty.net/sjg/docs/sb-tools.htm

In a nutshell; each tree has a .sandbox-env file which can tune its
environment (as well as mark the top of the "sandbox").
There are a plethora of other hooks to tune.
I find it especially useful with Emac's M-x compile