Get raddb/certs/bootstrap to work on systems where make is not gnu make
Attached is a simplistic patch to get raddb/certs/bootstrap to work on systems where make is not GNU make. The patch is to: radiusd/configure to add ./raddb/certs/bootstrap to the ac_config_files. radiusd/raddb/certs/bootstrap to get it ready to be repo-copied to radiusd/raddb/certs/bootstrap.in. I think radiusd/raddb/certs/bootstrap with then need to be "cvs rm"ed. Hopefully it will be useful. -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org
Scott Lambert wrote:
Attached is a simplistic patch to get raddb/certs/bootstrap to work on systems where make is not GNU make. ... -make ca server dh random +@MAKE@ ca server dh random
That can be done. It's probably better to just fix the Makefile so it's portable. Alan DeKok.
Scott Lambert wrote:
Attached is a simplistic patch to get raddb/certs/bootstrap to work on systems where make is not GNU make.
I've poked the Makefile. Please test with BSD (or other) Make. Alan DeKok.
On Thu, Oct 11, 2007 at 09:55:49AM +0200, Alan DeKok wrote:
Scott Lambert wrote:
Attached is a simplistic patch to get raddb/certs/bootstrap to work on systems where make is not GNU make.
I've poked the Makefile. Please test with BSD (or other) Make.
That appears to work. Thanks! -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org
participants (2)
-
Alan DeKok -
Scott Lambert