View | Details | Raw Unified | Return to bug 88840
Collapse All | Expand All

(-)Makefile.inc1 Fri Nov 11 13:17:42 2005 (+4 lines)
Lines 765-771 Link Here
765
       @echo "--------------------------------------------------------------"
765
       @echo "--------------------------------------------------------------"
766
       @echo ">>> Updating ${.CURDIR} from CVS repository" ${CVSROOT}
766
       @echo ">>> Updating ${.CURDIR} from CVS repository" ${CVSROOT}
767
       @echo "--------------------------------------------------------------"
767
       @echo "--------------------------------------------------------------"
768
.if defined(CVSROOT)
769
       cd ${.CURDIR}; ${CVS} -R -q -d ${CVSROOT} update ${CVSFLAGS}
770
.else
768
       cd ${.CURDIR}; ${CVS} -R -q update ${CVSFLAGS}
771
       cd ${.CURDIR}; ${CVS} -R -q update ${CVSFLAGS}
772
.endif
769
.endif
773
.endif
770
774
771
#
775
#

Return to bug 88840