From: Stephen D. <sd...@gm...> - 2007-05-23 08:31:44
|
On 5/23/07, Vlad Seryakov <ser...@us...> wrote: > > Log Message: > Updateed makefiles to conditionally set NAVISERVER env variable > > ! NAVISERVER = /usr/local/ns > > MODNAME = nsdbpg > --- 30,36 ---- > # > > ! ifndef NAVISERVER > ! NAVISERVER = /usr/local/ns > ! endif These are make variables. You override them on the command line like this: make NAVISERVER=/this/overrides/usr/local/ns |