Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/cvs/cvs add annotate.c and remove rtag.c for 1.11.2



details:   https://anonhg.NetBSD.org/src/rev/8622efdca31f
branches:  trunk
changeset: 539861:8622efdca31f
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 28 05:57:55 2002 +0000

description:
add annotate.c and remove rtag.c for 1.11.2

diffstat:

 gnu/usr.bin/cvs/cvs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 29312916846f -r 8622efdca31f gnu/usr.bin/cvs/cvs/Makefile
--- a/gnu/usr.bin/cvs/cvs/Makefile      Thu Nov 28 05:56:51 2002 +0000
+++ b/gnu/usr.bin/cvs/cvs/Makefile      Thu Nov 28 05:57:55 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2002/04/10 22:04:51 thorpej Exp $
+#      $NetBSD: Makefile,v 1.7 2002/11/28 05:57:55 christos Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -8,13 +8,13 @@
 .PATH: ${DIST} ${IDIST}/man
 
 MAN=   cvs.1 cvs.5
-SRCS=  add.c admin.c buffer.c checkin.c checkout.c classify.c \
+SRCS=  add.c admin.c annotate.c buffer.c checkin.c checkout.c classify.c \
        client.c commit.c create_adm.c cvsrc.c diff.c edit.c \
        entries.c error.c expand_path.c fileattr.c filesubr.c \
        find_names.c hardlink.c hash.c history.c ignore.c import.c \
        lock.c log.c login.c logmsg.c main.c mkmodules.c modules.c \
        myndbm.c no_diff.c parseinfo.c patch.c rcs.c rcscmds.c \
-       recurse.c release.c remove.c repos.c root.c rtag.c run.c \
+       recurse.c release.c remove.c repos.c root.c run.c \
        scramble.c server.c status.c subr.c tag.c update.c vers_ts.c \
        version.c watch.c wrapper.c zlib.c
 



Home | Main Index | Thread Index | Old Index