[BACK]Return to bsd.own.mk 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.own.mk between version 1.486 and 1.487

version 1.486, 2006/11/22 22:04:57 version 1.487, 2006/11/24 12:02:55
Line 75  CPPFLAG_ISYSTEMXX= -cxx-isystem
Line 75  CPPFLAG_ISYSTEMXX= -cxx-isystem
 .endif  .endif
   
 .if empty(.MAKEFLAGS:M-V*)  .if empty(.MAKEFLAGS:M-V*)
 PRINTOBJDIR=    ${MAKE} -r -V .OBJDIR -f /dev/null xxx  PRINTOBJDIR=    echo ".include <bsd.obj.mk>" | ${MAKE} -r -V .OBJDIR -f - xxx
 .else  .else
 PRINTOBJDIR=    echo # prevent infinite recursion  PRINTOBJDIR=    echo # prevent infinite recursion
 .endif  .endif

Legend:
Removed from v.1.486  
changed lines
  Added in v.1.487

CVSweb <webmaster@jp.NetBSD.org>