[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.211 and 1.212

version 1.211, 2003/07/10 10:33:58 version 1.212, 2003/07/17 07:46:11
Line 140  afterinstall:
Line 140  afterinstall:
   
 postinstall-check:  postinstall-check:
         @echo "   === Post installation checks ==="          @echo "   === Post installation checks ==="
         sh ${.CURDIR}/etc/postinstall -s ${.CURDIR} -d ${DESTDIR}/ check          ${HOST_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} -d ${DESTDIR}/ fix          ${HOST_SH} ${.CURDIR}/etc/postinstall -s ${.CURDIR} -d ${DESTDIR}/ fix
         @echo "   ================================"          @echo "   ==============================="
   
   postinstall-fix-obsolete: .NOTMAIN
           @echo "   === Removing obsolete files ==="
           ${HOST_SH} ${.CURDIR}/etc/postinstall -s ${.CURDIR} -d ${DESTDIR}/ fix obsolete
           @echo "   ==============================="
   
   
 #  #
Line 216  distribution buildworld:
Line 221  distribution buildworld:
         (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build)          (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build)
         (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 distribution)          (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 distribution)
 .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/"  .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/"
           ${MAKE} postinstall-fix-obsolete
         (cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist)          (cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist)
 .endif  .endif
         @echo   "make ${.TARGET} started at:  ${START_TIME}"          @echo   "make ${.TARGET} started at:  ${START_TIME}"

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212

CVSweb <webmaster@jp.NetBSD.org>