[BACK]Return to bsd.prog.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.prog.mk between version 1.227.4.3 and 1.232

version 1.227.4.3, 2008/09/24 16:41:22 version 1.232, 2008/08/27 01:15:22
Line 84  LIBCRT0= ${DESTDIR}/usr/lib/crt0.o
Line 84  LIBCRT0= ${DESTDIR}/usr/lib/crt0.o
 #  #
 #       E.g.  #       E.g.
 #               LIBC?=${DESTDIR}/usr/lib/libc.a  #               LIBC?=${DESTDIR}/usr/lib/libc.a
 #               LIBX11?=${DESTDIR}/usr/X11R7/lib/libX11.a  #               LIBX11?=${DESTDIR}/usr/X11R6/lib/libX11.a
 #       etc..  #       etc..
   
 .for _lib in \  .for _lib in \
Line 145  LIBSUPCXX= ${DESTDIR}/usr/lib/libsupc++.
Line 145  LIBSUPCXX= ${DESTDIR}/usr/lib/libsupc++.
         Xi Xinerama xkbfile Xmu Xmuu Xpm Xrandr Xrender Xss Xt \          Xi Xinerama xkbfile Xmu Xmuu Xpm Xrandr Xrender Xss Xt \
         XTrap Xtst Xv Xxf86dga Xxf86misc Xxf86vm          XTrap Xtst Xv Xxf86dga Xxf86misc Xxf86vm
 .ifndef LIB${_lib:tu}  .ifndef LIB${_lib:tu}
 LIB${_lib:tu}=  ${DESTDIR}${X11USRLIBDIR}/lib${_lib}.a  LIB${_lib:tu}=  ${DESTDIR}/usr/X11R6/lib/lib${_lib}.a
 .MADE:          ${LIB${_lib:tu}}        # Note: ${DESTDIR} will be expanded  .MADE:          ${LIB${_lib:tu}}        # Note: ${DESTDIR} will be expanded
 .endif  .endif
 .endfor  .endfor
Line 308  ${_P}: .gdbinit ${LIBCRT0} ${OBJS.${_P}}
Line 308  ${_P}: .gdbinit ${LIBCRT0} ${OBJS.${_P}}
 .if defined(PAXCTL_FLAGS.${_P})  .if defined(PAXCTL_FLAGS.${_P})
         ${PAXCTL} ${PAXCTL_FLAGS.${_P}} ${.TARGET}          ${PAXCTL} ${PAXCTL_FLAGS.${_P}} ${.TARGET}
 .endif  .endif
 .if ${MKSTRIPIDENT} != "no"  
         ${OBJCOPY} -R .ident ${.TARGET}  
 .endif  
 .endif  # !commands(${_P})  .endif  # !commands(${_P})
   
 ${_P}.ro: ${OBJS.${_P}} ${DPADD}  ${_P}.ro: ${OBJS.${_P}} ${DPADD}

Legend:
Removed from v.1.227.4.3  
changed lines
  Added in v.1.232

CVSweb <webmaster@jp.NetBSD.org>