Subject: Re: CVS commit: basesrc
To: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
From: None <itojun@iijlab.net>
List: source-changes
Date: 11/22/1999 02:00:56
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <22682.943203650.1@coconut.itojun.org>
Content-Transfer-Encoding: 7bit

>   XXX
>   if you do "make obj", you have to reference:
>   	bind/named/obj/pathnames.h
>This breaks if you set OBJMACHINE (which I do since I share a single
>source tree across multiple architectures).  The way to do this is to
>use a
>	NAMEDOBJ != cd ${.CURDIR}/../named; make print-objdir
>(!= assigns the output of a command to the variable.)  and then do a:
>	CPPFLAGS += -I${NAMEDOBJ}
>See my recent change to src/distrib/alpha/Makefile for another example
>of this.

	Thanks I did so.  See the following items.

itojun

------- =_aaaaaaaaaa0
Content-Type: multipart/digest; boundary="----- =_aaaaaaaaaa1"
Content-ID: <22682.943203650.2@coconut.itojun.org>


------- =_aaaaaaaaaa1

	by coconut.itojun.org (8.9.3+3.2W/3.7W) with ESMTP id BAA22295
	for <itojun@itojun.org>; Mon, 22 Nov 1999 01:40:35 +0900 (JST)
	by sh1.iijlab.net (8.9.1+3.1W/3.7W) with SMTP id BAA00770
	for <itojun@iijlab.net>; Mon, 22 Nov 1999 01:35:02 +0900 (JST)
  by redmail.netbsd.org with SMTP; 21 Nov 1999 16:39:56 -0000
	by nb00.nas.nasa.gov (8.8.8/8.8.8) id IAA05825;
	Sun, 21 Nov 1999 08:39:55 -0800 (PST)
Date: Sun, 21 Nov 1999 08:39:55 -0800 (PST)
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
Message-Id: <199911211639.IAA05825@nb00.nas.nasa.gov>
Subject: CVS commit: basesrc
To: source-changes@netbsd.org
Reply-To: itojun@netbsd.org
Sender: source-changes-owner@netbsd.org


Module Name:	basesrc
Committed By:	itojun
Date:		Sun Nov 21 16:39:55 UTC 1999

Modified Files:
	basesrc/usr.sbin/bind/named-xfer: Makefile
	basesrc/usr.sbin/bind/ndc: Makefile

Log Message:
use print-objdir instead.
Suggested by: tsubai


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/bind/named-xfer/Makefile
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/bind/ndc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


------- =_aaaaaaaaaa1

	by coconut.itojun.org (8.9.3+3.2W/3.7W) with ESMTP id BAA22409
	for <itojun@itojun.org>; Mon, 22 Nov 1999 01:47:18 +0900 (JST)
	by sh1.iijlab.net (8.9.1+3.1W/3.7W) with SMTP id BAA00833
	for <itojun@iijlab.net>; Mon, 22 Nov 1999 01:41:45 +0900 (JST)
  by redmail.netbsd.org with SMTP; 21 Nov 1999 16:46:36 -0000
	by nb00.nas.nasa.gov (8.8.8/8.8.8) id IAA05917;
	Sun, 21 Nov 1999 08:46:34 -0800 (PST)
Date: Sun, 21 Nov 1999 08:46:34 -0800 (PST)
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
Message-Id: <199911211646.IAA05917@nb00.nas.nasa.gov>
Subject: CVS commit: basesrc
To: source-changes@netbsd.org
Reply-To: itojun@netbsd.org
Sender: source-changes-owner@netbsd.org


Module Name:	basesrc
Committed By:	itojun
Date:		Sun Nov 21 16:46:34 UTC 1999

Modified Files:
	basesrc/usr.sbin/bind/named-xfer: Makefile
	basesrc/usr.sbin/bind/ndc: Makefile

Log Message:
s/make/${MAKE}/


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/usr.sbin/bind/named-xfer/Makefile
cvs rdiff -r1.4 -r1.5 basesrc/usr.sbin/bind/ndc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


------- =_aaaaaaaaaa1--

------- =_aaaaaaaaaa0--