[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.101 and 1.102

version 1.101, 2002/08/19 14:51:58 version 1.102, 2002/09/08 03:59:02
Line 376  of suffixes, consistent with the current
Line 376  of suffixes, consistent with the current
 It has eight targets:  It has eight targets:
   
         all:          all:
                 build the program and its manual page                  build the program and its manual page.  This also
                   creates a GDB initialization file (.gdbinit) in
                   the objdir.  The .gdbinit file sets the shared library
                   prefix to ${DESTDIR} to facilitate cross-debugging.
         clean:          clean:
                 remove the program, any object files and the files a.out,                  remove the program, any object files and the files a.out,
                 Errs, errs, mklog, and ${PROG}.core.                  Errs, errs, mklog, and ${PROG}.core.
Line 414  COPTS  Additional flags to the compiler 
Line 417  COPTS  Additional flags to the compiler 
   
 CPPFLAGS        Additional flags to the C pre-processor  CPPFLAGS        Additional flags to the C pre-processor
   
   GDBINIT         List of GDB initialization files to add to "source"
                   directives in the .gdbinit file that is created in the
                   objdir.
   
 LDADD           Additional loader objects.  Usually used for libraries.  LDADD           Additional loader objects.  Usually used for libraries.
                 For example, to load with the compatibility and utility                  For example, to load with the compatibility and utility
                 libraries, use:                  libraries, use:

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

CVSweb <webmaster@jp.NetBSD.org>