Check out ports/INDEX to stdout. This prevent `cvs update -d'
to checkout the full ports tree.
This commit is contained in:
parent
31148108e5
commit
8edc8090ee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3083
2 changed files with 10 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
# $Id: Makefile,v 1.9 1998-06-10 15:52:30 wosch Exp $
|
||||
# $Id: Makefile,v 1.10 1998-07-16 17:03:54 wosch Exp $
|
||||
|
||||
PORTINDEX= perl ./portindex
|
||||
INDEX= ports/INDEX
|
||||
INDEX= INDEX
|
||||
PINDEX= ports/${INDEX}
|
||||
|
||||
COOKIE= ${INDEX} Makefile.gen
|
||||
|
||||
|
@ -10,8 +11,8 @@ COOKIE= ${INDEX} Makefile.gen
|
|||
CLEANFILES+= ${DOCS} Makefile.gen ${INDEX} packages.exists
|
||||
.endif
|
||||
|
||||
${INDEX}:
|
||||
cvs -QR co ${INDEX}
|
||||
${INDEX}: $${CVSROOT}/${PINDEX},v
|
||||
cvs -QR co -p ${PINDEX} > ${INDEX}
|
||||
|
||||
packages.exists:
|
||||
./packages > ${.TARGET}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue