From owner-freebsd-hackers Sun Jan 12 04:09:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA23669 for hackers-outgoing; Sun, 12 Jan 1997 04:09:19 -0800 (PST) Received: from paris.CS.Berkeley.EDU (paris.CS.Berkeley.EDU [128.32.34.47]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA23662 for ; Sun, 12 Jan 1997 04:09:17 -0800 (PST) Received: from paris.CS.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by paris.CS.Berkeley.EDU (8.8.3/8.8.2) with ESMTP id EAA12693; Sun, 12 Jan 1997 04:08:50 -0800 (PST) From: Josh MacDonald Message-Id: <199701121208.EAA12693@paris.CS.Berkeley.EDU> To: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= cc: freebsd-hackers@freebsd.org Subject: Re: Recent bsd.info.mk commit breaks SRCDIR, please merge properly! In-reply-to: Your message of "Sun, 12 Jan 1997 14:33:28 +0300." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12686.853070913.1@paris.CS.Berkeley.EDU> Date: Sun, 12 Jan 1997 04:08:35 -0800 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Okay, I understand now. Peter Wemm already fixed it. Sorry, my mistake. -josh > 1) {SRCDIR} is needed for contrib collections for include and path > priorities. > I.e. makeinfo called with -I {CURDIR} -I {SRCDIR} and sources searched > in {CURDIR} then in {SRCDIR} in that order. This general solution allows > various local tunings easily. > > 2) {INFO*} macros usage from bsd.own.mk, i.e. previous version use > {INFOMODE}, {INFODIR}, {INFOOWN}, etc. and your version use hacked > {BINDIR} again. > > All this stuff looks like you pick very obsoleted bsd.info.mk to start > with and not its -current variant. > > Please, restore SRCDIR and INFO* changes. > Thanx in advance. > > -- > Andrey A. Chernov > > http://www.nagual.ru/~ache/ >