diff options
author | fche <fche> | 2006-11-07 22:04:03 +0000 |
---|---|---|
committer | fche <fche> | 2006-11-07 22:04:03 +0000 |
commit | c1c3301a6aac30c48475b601570caf951392dfc5 (patch) | |
tree | 80b815083c399e6b44592dc30d084d7fec53d6b8 /README | |
parent | 29b0069bbdb682c48c2d5f545a48e01d4b99654e (diff) | |
download | systemtap-steved-c1c3301a6aac30c48475b601570caf951392dfc5.tar.gz systemtap-steved-c1c3301a6aac30c48475b601570caf951392dfc5.tar.xz systemtap-steved-c1c3301a6aac30c48475b601570caf951392dfc5.zip |
* correct cvs checkout command line
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |