[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.151 and 1.152

version 1.151, 2004/04/18 13:07:00 version 1.152, 2004/05/12 16:56:43
Line 433  MAKEDIRTARGET dir target [params]
Line 433  MAKEDIRTARGET dir target [params]
                 Runs "cd $${dir} && ${MAKE} [params] $${target}",                  Runs "cd $${dir} && ${MAKE} [params] $${target}",
                 displaying a "pretty" message whilst doing so.                  displaying a "pretty" message whilst doing so.
   
   RELEASEMACHINEDIR
                   Subdirectory used below RELEASEDIR when building
                   a release.  [${MACHINE}]
   
   RELEASEMACHINE  Subdirectory or path component used for the following
                   paths:
                           distrib/${RELEASEMACHINE}
                           distrib/notes/${RELEASEMACHINE}
                           etc/etc.${RELEASEMACHINE}
                   Used when building a release.  [${MACHINE}]
   
 Additionally, the following variables may be set by <bsd.own.mk> or in a  Additionally, the following variables may be set by <bsd.own.mk> or in a
 make configuration file to modify the behaviour of the system build  make configuration file to modify the behaviour of the system build

Legend:
Removed from v.1.151  
changed lines
  Added in v.1.152

CVSweb <webmaster@jp.NetBSD.org>