Subject: Re: NO_CDROM="foo bar" or NO_CDROM= foo bar ?
To: ITOH Yasufumi <itohy@netbsd.org>
From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
List: tech-pkg
Date: 07/17/2000 13:40:10
On Mon, 17 Jul 2000, ITOH Yasufumi wrote:
> 1. NO_CDROM= "the reason ..."
>
> is generally used, but this causes fantastic result by "make FOR_CDROM=YES".
>
> % cd /usr/pkgsrc/net/socks5
> pino:/usr/pkgsrc/net/socks5 % make FOR_CDROM=YES
I have no clue why you get the words each on one line, but if you want to
be able to overrite NO_CDROM from the command line, you have to assign it
with ?=:
NO_CDROM?= "whatever reason"
- Hubert
--
NetBSD - because Unix isn't just #include <linux.h>, i386, ILP32, ELF, ...!