Subject: Re: another word on 'digest'
To: None <fb@enteract.com>
From: Masao Uebayashi <uebayasi@orchid.plala.or.jp>
List: tech-pkg
Date: 03/10/2001 14:54:29
> The :D is incorrect. On NetBSD-1.4.3, without any malloc.conf, it just
> gives a warning. "make" clearly doesn't know what it means.
Really? 'Make' here on my 1.5Q box knows the 'D' modifier.
> Script started on Sat Mar 10 14:44:21 2001
> % /etc/malloc.conf
> /etc/malloc.conf: can't stat `/etc/malloc.conf' (No such file or directory).
> % cat test.mk
> TEST= this is a test.
>
> FOO= ${TEST:Da test will come.}
> BAR= ${TSET:Da test will come.}
>
> all:
> @echo ${FOO}
> @echo ${BAR}
> make -f test.mk
> a test will come.
>
> exit
>
> Script done on Sat Mar 10 14:44:36 2001
And the make(1) manual says,
> D newval If the variable is defined newval is the value.
Masao
---
--- We like raw eggs.