From c1c3301a6aac30c48475b601570caf951392dfc5 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 7 Nov 2006 22:04:03 +0000 Subject: * correct cvs checkout command line --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6832b987..be2bb78d 100644 --- a/README +++ b/README @@ -36,7 +36,7 @@ Build steps: (or) cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap login # enter "anoncvs" as the password - cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap co -c + cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap co src - Build it: cd src ./configure --with-elfutils=PATCHED-ELFUTILS-DIR [other autoconf options] -- cgit