From owner-freebsd-hackers Sun Jan 12 03:57:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA22915 for hackers-outgoing; Sun, 12 Jan 1997 03:57:13 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id DAA22903 for ; Sun, 12 Jan 1997 03:57:10 -0800 (PST) Received: by sovcom.kiae.su id AA13507 (5.65.kiae-1 ); Sun, 12 Jan 1997 14:47:09 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Sun, 12 Jan 97 14:47:09 +0300 Received: from localhost (nagual.ru [127.0.0.1]) by nagual.ru (8.8.4/8.8.4) with SMTP id OAA00768; Sun, 12 Jan 1997 14:33:29 +0300 (MSK) Date: Sun, 12 Jan 1997 14:33:28 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: Josh MacDonald Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Recent bsd.info.mk commit breaks SRCDIR, please merge properly! In-Reply-To: <199701120716.XAA12014@paris.CS.Berkeley.EDU> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 11 Jan 1997, Josh MacDonald wrote: > Could you please clarify? > > -josh > > > Joshua, among SRCDIR method brokennes, you broke INFO* macros usage too. > > Don't do blind commits, please! > > I expect this things will be restored. Yes, check out bsd.info.mk version just prior your commit and see: 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/