summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2009-07-07 22:33:41 +0000
committerDmitry V. Levin <ldv@altlinux.org>2009-07-07 22:33:46 +0000
commit82f4cc6eee722cd327f7a43d236b51cd37180b63 (patch)
tree5e8d28e269d4a7baeb4b04d69b5eaa83d6a34628
parent5f87a09c6cb54f42db2366eae59bf36ea494c86c (diff)
downloadstrace-82f4cc6eee722cd327f7a43d236b51cd37180b63.tar.gz
strace-82f4cc6eee722cd327f7a43d236b51cd37180b63.tar.bz2
strace-82f4cc6eee722cd327f7a43d236b51cd37180b63.tar.xz
README-CVS: Rename to README-hacking
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am2
-rw-r--r--README-hacking (renamed from README-CVS)2
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 943cd72..d3b64b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2009-07-07 Dmitry V. Levin <ldv@altlinux.org>
* .cvsignore: Remove.
+ * README-CVS: Rename to README-hacking.
+ * Makefile.am (EXTRA_DIST): Remove README-CVS.
2009-06-01 Dmitry V. Levin <ldv@altlinux.org>
diff --git a/Makefile.am b/Makefile.am
index de8b170..1816960 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \
debian/strace.manpages debian/strace-udeb.install \
strace.spec \
strace-graph COPYRIGHT CREDITS PORTING \
- README-CVS README-freebsd README-linux README-sunos4 README-svr4 \
+ README-freebsd README-linux README-sunos4 README-svr4 \
linux/ioctlsort.c linux/ioctlent.sh \
linux/ioctlent.h linux/errnoent.h linux/signalent.h \
linux/syscall.h linux/syscallent.h linux/dummy.h \
diff --git a/README-CVS b/README-hacking
index fbc4bdf..af2a1f6 100644
--- a/README-CVS
+++ b/README-hacking
@@ -1,5 +1,5 @@
-If you use the CVS version of strace there will be some files missing
+If you use the GIT version of strace there will be some files missing
that you need to build strace. These files are generated by tools from
the GNU Autoconf and Automake packages. You need recent versions, which
provide the `autoreconf -i' command that will do everything you need.