Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: basesrc
> 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
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
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.
--- End Message ---
Home |
Main Index |
Thread Index |
Old Index