Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jul 1999 13:33:46 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, hoek@FreeBSD.org
Subject:   Re: cvs commit: src/gnu/usr.bin/man/man Makefile
Message-ID:  <199907050333.NAA25909@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified files:
>    gnu/usr.bin/man/man  Makefile 
>  Log:
>  Respect the NOFSCHG variable.  Add an $Id$ while I'm here, for whatever
>  reason Makefiles need $Id$.

NOFSCHG was only for building (but not installing) the world as an
unprivileged user.  If you want it to apply to installing, then don't
clutter indivual makefiles, but remove -fschg from ${INSTALLFLAGS} in
bsd.prog.mk or arrange things so that no editing of ${INSTALLFLAGS}
is necessary, e.g., use ${_FSCHG} instead of -fschg and don't set
_FSCHG if NOFSCHG is set.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907050333.NAA25909>