From owner-cvs-all Thu Oct 15 07:37:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01374 for cvs-all-outgoing; Thu, 15 Oct 1998 07:37:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01331; Thu, 15 Oct 1998 07:36:59 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Spinner) with ESMTP id WAA11495; Thu, 15 Oct 1998 22:09:03 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199810151409.WAA11495@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Bruce Evans cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/gdb Makefile.inc src/gnu/usr.bin/gdb/gdb Makefile In-reply-to: Your message of "Thu, 15 Oct 1998 07:15:09 MST." <199810151415.HAA04145@freefall.freebsd.org> Date: Thu, 15 Oct 1998 22:09:02 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: > Fixed bogus `?=' assignments for BINDIR. Well, you'd better change all the others too. The majority of src/*/Makefile.inc and src/gnu/*/Makefile.inc also use ?= for BINDIR. peter@overcee[10:32pm]~src-141> grep BINDIR */Makefile.inc */*/Makefile.inc bin/Makefile.inc:BINDIR?= /bin games/Makefile.inc:BINDIR?= /usr/games/hide games/Makefile.inc:BINDIR= /usr/games libexec/Makefile.inc:BINDIR?= /usr/libexec sbin/Makefile.inc:BINDIR?= /sbin share/Makefile.inc:BINDIR?= ${SHAREDIR} usr.bin/Makefile.inc:BINDIR?= /usr/bin usr.sbin/Makefile.inc:BINDIR?= /usr/sbin contrib/global/Makefile.inc:BINDIR?= /usr/bin etc/periodic/Makefile.inc:BINDIR= /etc/periodic/${.CURDIR:T} gnu/libexec/Makefile.inc:BINDIR?= /usr/libexec gnu/usr.bin/Makefile.inc:BINDIR?= /usr/bin gnu/usr.sbin/Makefile.inc:BINDIR?= /usr/sbin kerberosIV/libexec/Makefile.inc:BINDIR= /usr/libexec kerberosIV/usr.bin/Makefile.inc:BINDIR= /usr/bin kerberosIV/usr.sbin/Makefile.inc:BINDIR= /usr/sbin libexec/bootpd/Makefile.inc:BINDIR?= /usr/libexec secure/usr.bin/Makefile.inc:BINDIR= /usr/bin usr.bin/global/Makefile.inc:BINDIR?= /usr/bin usr.sbin/atm/Makefile.inc:BINDIR?= /usr/sbin usr.sbin/bootparamd/Makefile.inc:BINDIR?= /usr/sbin usr.sbin/crunch/Makefile.inc:BINDIR?= /usr/bin usr.sbin/pccard/Makefile.inc:BINDIR?= /usr/sbin usr.sbin/tcpdump/Makefile.inc:BINDIR?= /usr/sbin peter@overcee[10:33pm]~src-142> Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message