[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tools

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

Diff for /src/tools/Makefile between version 1.31 and 1.32

version 1.31, 2002/01/29 10:20:31 version 1.32, 2002/01/31 22:43:43
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
   
 # XXX Note: NO_DBSYM and NO_MAKEFS are stopgap temporary variables for use  # XXX Note: NO_DBSYM is a stopgap temporary variable for use
 # with the development of non-NetBSD hosting support.  These will go away.  # with the development of non-NetBSD hosting support.  This will go away.
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
Line 10 
Line 10 
 TOOLCHAIN_BITS= toolchain .WAIT ${NO_DBSYM:D:Udbsym} mdsetimage  TOOLCHAIN_BITS= toolchain .WAIT ${NO_DBSYM:D:Udbsym} mdsetimage
 .endif  .endif
   
 .if ${MKLINT} != "no"  
 LINT_BITS=      lint lint1 lint2  
 .endif  
   
 # Dependencies in SUBDIR below ordered to maximize parallel ability.  # Dependencies in SUBDIR below ordered to maximize parallel ability.
 .if !defined(NOSUBDIR)  .if !defined(NOSUBDIR)
 SUBDIR= host-mkdep .WAIT compat .WAIT \  SUBDIR= host-mkdep .WAIT compat .WAIT \
         binstall .WAIT \          binstall .WAIT \
                 crunchgen gencat lorder makewhatis mkdep mtree \                  cap_mkdb crunchgen ctags gencat lint lint2 lorder \
                 rpcgen texinfo tsort \                  m4 makewhatis mkdep mtree rpcgen tsort uudecode \
         ${TOOLCHAIN_BITS} \          texinfo .WAIT \
         yacc .WAIT \          yacc .WAIT \
                 groff \                  groff \
         lex .WAIT \          lex .WAIT \
                 ${LINT_BITS} asn1_compile compile_et config \          ${TOOLCHAIN_BITS} \
                 ${NO_MAKEFS:D:Umakefs} menuc mklocale msgc pax pwd_mkdb zic                  asn1_compile compile_et config lint1 \
                   makefs menuc mklocale msgc pax pwd_mkdb zic
   
 .if ${MKMAINTAINERTOOLS:Uno} != "no"  .if ${MKMAINTAINERTOOLS:Uno} != "no"
 SUBDIR+=        m4 .WAIT autoconf  SUBDIR+=        autoconf
 .endif  .endif
   
 .if ${MACHINE} == sparc || ${MACHINE} == sparc64  .if ${MACHINE} == sparc || ${MACHINE} == sparc64

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>