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

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

Diff for /src/rescue/Makefile between version 1.26 and 1.27

version 1.26, 2010/02/13 11:21:55 version 1.27, 2010/03/10 23:13:10
Line 19  LISTS=  ${.CURDIR}/list
Line 19  LISTS=  ${.CURDIR}/list
 TARGETDIR=      ${DESTDIR}/rescue  TARGETDIR=      ${DESTDIR}/rescue
 PARSELISTENV+=  TARGETDIR=${TARGETDIR:Q}  PARSELISTENV+=  TARGETDIR=${TARGETDIR:Q}
   
 .for f in edlabel ldconfig pdisk  .for f in ldconfig pdisk
 PROG_${f}!=     cd ${NETBSDSRCDIR}/sbin/${f} && ${MAKE} -V PROG  PROG_${f}!=     cd ${NETBSDSRCDIR}/sbin/${f} && ${MAKE} -V PROG
 .if (${PROG_${f}} != "")  .if (${PROG_${f}} != "")
 LISTS+=         ${.CURDIR}/list.${f}  LISTS+=         ${.CURDIR}/list.${f}

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb <webmaster@jp.NetBSD.org>