Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: syssrc/sys/arch/pmax/stand



On Tue, May 07, 2002 at 05:04:26AM +0300, Simon Burge wrote:
  | 
  | Module Name:        syssrc
  | Committed By:       simonb
  | Date:               Tue May  7 02:04:26 UTC 2002
  | 
  | Modified Files:
  |     syssrc/sys/arch/pmax/stand: Makefile.inc
  | 
  | Log Message:
  | Remove a "NOMAN="; Makefile.booters now has MKMAN=no.

Which will fail if a user does the supported "make MKMAN=yes" to
override an /etc/mk.conf setting of MKMAN?=no.

Makefiles should set  NOxxx=  to permanently disable a feature they
don't want, and check  ${MKxxx} != "no"  to be controlled by a feature.


Luke.



Home | Main Index | Thread Index | Old Index