From owner-cvs-all Sun Jul 4 20:33:59 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id B642D15245; Sun, 4 Jul 1999 20:33:51 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id NAA25909; Mon, 5 Jul 1999 13:33:46 +1000 Date: Mon, 5 Jul 1999 13:33:46 +1000 From: Bruce Evans Message-Id: <199907050333.NAA25909@godzilla.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > 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