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

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

Diff for /src/Makefile between version 1.252.2.1 and 1.254

version 1.252.2.1, 2008/06/04 02:02:56 version 1.254, 2008/07/29 04:49:43
Line 387  do-build: .PHONY .MAKE
Line 387  do-build: .PHONY .MAKE
 .endfor  .endfor
   
 do-x11: .PHONY .MAKE  do-x11: .PHONY .MAKE
   .if ${MKXORG} != "no"
           ${MAKEDIRTARGET} external/mit/xorg build
   .else
         ${MAKEDIRTARGET} x11 build          ${MAKEDIRTARGET} x11 build
   .endif
   
 do-obsolete: .PHONY .MAKE  do-obsolete: .PHONY .MAKE
         ${MAKEDIRTARGET} etc install-obsolete-lists          ${MAKEDIRTARGET} etc install-obsolete-lists

Legend:
Removed from v.1.252.2.1  
changed lines
  Added in v.1.254

CVSweb <webmaster@jp.NetBSD.org>