CVS read-only handling

Simon 'corecode' Schubert corecode at fs.ei.tum.de
Mon Jan 24 10:53:51 PST 2005


On Monday, 24. January 2005 18:19, Joerg Sonnenberger wrote:
> Index: Makefile
> ===================================================================
> RCS file:
> /home/joerg/wd/repository/dragonflybsd/src/gnu/usr.bin/cvs/cvs/Makefile,v
> retrieving revision 1.6
> diff -u -r1.6 Makefile
> --- Makefile    20 May 2004 02:27:56 -0000      1.6
> +++ Makefile    24 Jan 2005 17:15:18 -0000
> @@ -20,7 +20,7 @@
>         log-buffer.c login.c logmsg.c mkmodules.c \
>         modules.c myndbm.c no_diff.c parseinfo.c patch.c prepend_args.c \
>         rcs.c rcscmds.c \
> -       recurse.c release.c remove.c repos.c root.c rsh-client.c run.c \
> +       recurse.c release.c remove.c repos.c ${.OBJDIR}/root.c rsh-client.c
> run.c \ scramble.c server.c socket-client.c status.c subr.c tag.c update.c
> \ vers_ts.c version.c watch.c wrapper.c zlib.c \
>         ${.OBJDIR}/main.c ${.OBJDIR}/diff.c
> @@ -34,6 +34,9 @@
>  ${.OBJDIR}/cvs.1: cvs.1.patch
>         patch -o ${.TARGET} -i ${.ALLSRC} ${CONTRIBDIR}/doc/cvs.1
>  
> +${.OBJDIR}/root.c: root.c.patch
> +       patch -o ${.TARGET} -i ${.ALLSRC} ${CONTRIBDIR}/src/root.c
> +

shouldn't this be more easy with the autopatch framework in place?

cheers
  simon

-- 
/"\
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Attachment:
pgp00017.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00017.pgp
Type: application/octet-stream
Size: 187 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/submit/attachments/20050124/b8753ea0/attachment-0013.obj>


More information about the Submit mailing list