Subject: make & shell question..
To: None <netbsd-help@netbsd.org>
From: Noud de Brouwer <noud@dns.knot.nl>
List: netbsd-help
Date: 10/26/1999 20:06:49
hi,
i've got a makefile telling me:

CONTRIBDIR:=$(shell cd ../contrib && pwd)

now i can change that in:

CONTRIBDIR:=../contrib

but what's the correct translation??


and,
i have a:

make -C $dir_name clean

that i can alter in:

cd $dir_name
make clean

but is there a -C equivalent option?

thanx
(if responding please mail me, noud@knot.nl as well,
i'm not a netbsd-help maillist member.)
~n