Checkout ports/INDEX to stdout. This prevent `cvs update -d'

to checkout the full ports tree.
This commit is contained in:
Wolfram Schneider 1998-07-16 17:17:18 +00:00
parent 8edc8090ee
commit 38ca177dce
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3084
2 changed files with 10 additions and 8 deletions

View file

@ -1,9 +1,10 @@
# $Id: Makefile,v 1.6 1998-04-27 12:57:40 jfieber Exp $
# $Id: Makefile,v 1.7 1998-07-16 17:17:18 wosch Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.8
PORTINDEX= perl ./portindex
INDEX= ports/INDEX
INDEX= INDEX
PINDEX= ports/${INDEX}
COOKIE= ${INDEX} Makefile.gen
@ -12,8 +13,8 @@ COOKIE= ${INDEX} Makefile.gen
CLEANFILES+= ${DOCS} Makefile.gen ${INDEX}
.endif
${INDEX}:
cvs -QR co ${INDEX}
${INDEX}: $${CVSROOT}/${PINDEX},v
cvs -QR co -p ${PINDEX} > ${INDEX}
Makefile.gen: index.sgml .NOTMAIN
echo DOCS= *.sgml > Makefile.gen

View file

@ -1,9 +1,10 @@
# $Id: Makefile,v 1.6 1998-04-27 12:57:40 jfieber Exp $
# $Id: Makefile,v 1.7 1998-07-16 17:17:18 wosch Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.8
PORTINDEX= perl ./portindex
INDEX= ports/INDEX
INDEX= INDEX
PINDEX= ports/${INDEX}
COOKIE= ${INDEX} Makefile.gen
@ -12,8 +13,8 @@ COOKIE= ${INDEX} Makefile.gen
CLEANFILES+= ${DOCS} Makefile.gen ${INDEX}
.endif
${INDEX}:
cvs -QR co ${INDEX}
${INDEX}: $${CVSROOT}/${PINDEX},v
cvs -QR co -p ${PINDEX} > ${INDEX}
Makefile.gen: index.sgml .NOTMAIN
echo DOCS= *.sgml > Makefile.gen