[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.313 and 1.315

version 1.313, 2015/05/03 15:13:13 version 1.315, 2015/06/27 16:21:07
Line 485  do-x11: .PHONY .MAKE
Line 485  do-x11: .PHONY .MAKE
 .if ${X11FLAVOUR} == "Xorg"  .if ${X11FLAVOUR} == "Xorg"
         ${MAKEDIRTARGET} external/mit/xorg/tools all          ${MAKEDIRTARGET} external/mit/xorg/tools all
         ${MAKEDIRTARGET} external/mit/xorg/lib build_install          ${MAKEDIRTARGET} external/mit/xorg/lib build_install
   .if ${MKCOMPATX11} != "no"
           ${MAKEDIRTARGET} compat build_install BOOTSTRAP_SUBDIRS="../../../external/mit/xorg/lib"
   .endif
 .else  .else
         ${MAKEDIRTARGET} x11 build          ${MAKEDIRTARGET} x11 build
 .endif  .endif

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.315

CVSweb <webmaster@jp.NetBSD.org>