[BACK]Return to bsd.README CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.README between version 1.211 and 1.212

version 1.211, 2008/07/21 12:12:57 version 1.212, 2008/07/21 23:23:42
Line 1028  SYMLINKS See <bsd.links.mk>
Line 1028  SYMLINKS See <bsd.links.mk>
 MAN             Manual pages (should end in .1 - .9).  If no MAN variable is  MAN             Manual pages (should end in .1 - .9).  If no MAN variable is
                 defined, "MAN=${PROG}.1" is assumed.                  defined, "MAN=${PROG}.1" is assumed.
   
 PAXCTL_FLAGS    If defined then paxctl(1) is ran on binary after link  PAXCTL_FLAGS    If defined, run paxctl(1) on the program binarry after link
                 time, with the value of the variable as args to it.                  time, with the value of this variable as args to paxctl(1).
   
 PAXCTL_FLAGS.${PROG} Custom override for PAXCTL_FLAGS.  PAXCTL_FLAGS.${PROG} Custom override for PAXCTL_FLAGS.
   
Line 1442  TOOL_ZIC  Time zone compiler.  [zic]
Line 1442  TOOL_ZIC  Time zone compiler.  [zic]
   
 Other variables of note (incomplete list):  Other variables of note (incomplete list):
   
 WARNS           Crank up gcc warning options; the distinct levels are:  NOGCCERROR      If defined, prevents passing -Werror to GCC via ${CFLAGS}.
   
   WARNS           Crank up GCC warning options; the distinct levels are:
                         WARNS=1                          WARNS=1
                         WARNS=2                          WARNS=2
                         WARNS=3                          WARNS=3

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212

CVSweb <webmaster@jp.NetBSD.org>