[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.246.2.1.2.1 and 1.246.2.1.2.2

version 1.246.2.1.2.1, 2007/09/30 20:27:37 version 1.246.2.1.2.2, 2008/01/06 05:00:06
Line 158  _POSTINSTALL= ${.CURDIR}/usr.sbin/postin
Line 158  _POSTINSTALL= ${.CURDIR}/usr.sbin/postin
   
 postinstall-check: .PHONY  postinstall-check: .PHONY
         @echo "   === Post installation checks ==="          @echo "   === Post installation checks ==="
         ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} -d ${DESTDIR}/ check          ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} -d ${DESTDIR}/ check; if [ $$? -gt 1 ]; then exit 1; fi
         @echo "   ================================"          @echo "   ================================"
   
 postinstall-fix: .NOTMAIN .PHONY  postinstall-fix: .NOTMAIN .PHONY

Legend:
Removed from v.1.246.2.1.2.1  
changed lines
  Added in v.1.246.2.1.2.2

CVSweb <webmaster@jp.NetBSD.org>