aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore7
-rw-r--r--Makefile.am58
-rw-r--r--README-alpha14
3 files changed, 10 insertions, 69 deletions
diff --git a/.cvsignore b/.cvsignore
index 4c033b8..e1043bd 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,11 +1,5 @@
Makefile.in
Makefile
-.deps
-.libs
-cpio
-mt
-rmt
-.gdbinit
config.h.in
autom4te.cache
aclocal.m4
@@ -17,3 +11,4 @@ config.log
config.status
config.h
nonexistent
+ABOUT-NLS
diff --git a/Makefile.am b/Makefile.am
index 6f048e4..49f3504 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU cpio
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,58 +17,4 @@
AUTOMAKE_OPTIONS = gnits 1.7.1 dist-bzip2 std-options
-bin_PROGRAMS=cpio @CPIO_MT_PROG@
-libexec_PROGRAMS=@CPIO_RMT_PROG@
-EXTRA_PROGRAMS=mt rmt
-
-cpio_SOURCES = \
- copyin.c\
- copyout.c\
- copypass.c\
- defer.c\
- dstring.c\
- global.c\
- main.c\
- tar.c\
- util.c\
- error.c\
- filemode.c\
- dirname.c\
- idcache.c\
- makepath.c\
- xmalloc.c\
- stripslash.c\
- userspec.c\
- xstrdup.c
-
-noinst_HEADERS =\
- cpio.h\
- cpiohdr.h\
- tar.h\
- tarhdr.h\
- defer.h\
- dstring.h\
- extern.h\
- filetypes.h\
- system.h\
- rmt.h\
- safe-stat.h\
- fnmatch.h\
- getopt.h
-
-cpio_LDADD = @LIBOBJS@
-
-mt_SOURCES = \
- mt.c argmatch.c
-mt_LDADD = @LIBOBJS@
-
-rmt_SOURCES = rmt.c
-rmt_LDADD = @LIBOBJS@
-
-EXTRA_DIST=\
- getopt.c\
- getopt1.c\
- bcopy.c\
- fnmatch.c\
- mkdir.c\
- strdup.c
+SUBDIRS = doc src po
diff --git a/README-alpha b/README-alpha
index 598cf97..b1e7a21 100644
--- a/README-alpha
+++ b/README-alpha
@@ -7,8 +7,9 @@ software to build it:
Package Version (>=)
--------- ------------
autoconf 2.54
-automake 1.7.1
+automake 1.8
libtool 1.4.3
+gettext 0.13
To build the configuration suite, run
@@ -16,15 +17,14 @@ To build the configuration suite, run
Then, configure and build the package as usual.
-Report bugs to <bug-mailutils@gnu.org>
+Report bugs to <bug-cpio@gnu.org>
-To retrieve the sources from CVS issue the following commands:
+To retrieve the sources from CVS issue the following command:
-cvs -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/cpio login
+CVS_RSH=ssh \
+ cvs -d :ext:anoncvs@savannah.gnu.org:/cvsroot/cpio checkout cpio
-Press enter when prompted for a password.
-
-cvs -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/cpio checkout cpio
+Make sure SSHv2 is used.
This will give you read-only access. If you think you need write access,
contact the maintainer.

Return to:

Send suggestions and report system problems to the System administrator.