On 5/23/07, Vlad Seryakov <[EMAIL PROTECTED]> 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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to