Date: Wed, 9 Feb 2000 15:07:25 -0800 From: Alfred Perlstein <bright@wintelcom.net> To: nathan <beemern@ksu.edu> Cc: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: make stuff Message-ID: <20000209150725.K17536@fw.wintelcom.net> In-Reply-To: <38A1EC7C.C1B868C5@ksu.edu>; from beemern@ksu.edu on Wed, Feb 09, 2000 at 04:38:52PM -0600 References: <38A1EC7C.C1B868C5@ksu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
* nathan <beemern@ksu.edu> [000209 15:03] wrote: > what does the compiler flag -DNOINFO do/not do in the following > implementation > > make -DNOINFO installworld > > even BETTER... how do i go about finding this out?? man make has > nothing see the top level makefiles in /usr/src : /usr/src % grep INFO * Makefile.inc1:# -DNOINFO do not make or install info files Makefile.inc1:BMAKE= ${BMAKEENV} ${MAKE} -f Makefile.inc1 -DNOMAN -DNOINFO -DNOHTML Makefile.inc1:XMAKE= ${XMAKEENV} ${MAKE} -f Makefile.inc1 -DNOMAN -DNOINFO -DNOHTML \ Makefile.inc1: cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries /usr/src % "-DNOINFO do not make or install info files" -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000209150725.K17536>