[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.174 and 1.175

version 1.174, 2002/05/03 08:59:14 version 1.175, 2002/05/07 02:11:07
Line 104  afterinstall: postinstall-check
Line 104  afterinstall: postinstall-check
   
 postinstall-check:  postinstall-check:
         @echo "   === Post installation checks ==="          @echo "   === Post installation checks ==="
         sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check          sh ${.CURDIR}/etc/postinstall -s ${.CURDIR} -d ${DESTDIR}/ check
         @echo "   ================================"          @echo "   ================================"
   
 postinstall-fix: .NOTMAIN  postinstall-fix: .NOTMAIN
         @echo "   === Post installation fixes ==="          @echo "   === Post installation fixes ==="
         sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc fix          sh ${.CURDIR}/etc/postinstall -s ${.CURDIR} -d ${DESTDIR}/ fix
         @echo "   ================================"          @echo "   ================================"
   
   

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.175

CVSweb <webmaster@jp.NetBSD.org>