Date: Fri, 16 Oct 1998 01:24:49 +1000 From: Bruce Evans <bde@zeta.org.au> To: bde@FreeBSD.ORG, peter@netplex.com.au Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/gdb Makefile.inc src/gnu/usr.bin/gdb/gdb Makefile Message-ID: <199810151524.BAA16413@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>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 >... This has been on one of my todo lists for a year or two. Try `make BINDIR=/bin'. There are more urgent things to fix :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810151524.BAA16413>