• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

am/H06-Nov-2019-134123

build-aux/H06-Nov-2019-19,18316,728

doc/H03-May-2022-4,1453,676

gnu/H03-May-2022-66,42444,249

lib/H06-Nov-2019-3,9193,015

m4/H06-Nov-2019-18,89217,644

po/H07-May-2022-46,03537,308

rmt/H06-Nov-2019-2,3031,949

src/H03-May-2022-9,5107,091

tests/H03-May-2022-6,6705,320

ABOUT-NLSH A D12-Sep-201591.6 KiB1,2831,244

AUTHORSH A D02-Jan-2017161 65

COPYINGH A D02-Jan-201734.2 KiB677553

ChangeLogH A D06-Nov-201984.2 KiB2,5971,944

INSTALLH A D02-Jan-201715.4 KiB369287

Make.rulesH A D31-Aug-20152.8 KiB5450

Makefile.amH A D02-Jan-20171 KiB317

Makefile.inH A D06-Nov-201960.9 KiB1,7291,590

NEWSH A D06-Nov-20196.6 KiB211148

READMEH A D02-Jan-20171.7 KiB6042

THANKSH A D02-Jan-20171.1 KiB3227

TODOH A D02-Jan-20176.3 KiB133115

aclocal.m4H A D06-Nov-201948.3 KiB1,3991,289

config.h.inH A D06-Nov-201970.7 KiB2,2981,636

configureH A D06-Nov-2019795.6 KiB32,29524,783

configure.acH A D06-Nov-20192.7 KiB10285

README

1This is the GNU cpio package
2============================
3
4* Introduction
5==============
6
7GNU cpio copies files between archives and directories.  It supports
8the following archive formats: old binary cpio, old portable cpio, SVR4
9cpio with and without checksum, HP cpio, and various tar formats.
10
11This file contains brief information about configuring and compiling
12GNU cpio.  It is *not* intended as a replacement for the documentation,
13and is provided as a brief reference only.
14
15The complete documentation for GNU cpio is available in the subdirectory
16doc.  To read it without installing the package run `info -f doc/cpio.info',
17or `man ./doc/cpio.1'.
18
19The documentation in various formats is also available online at
20<http://www.gnu.org/software/cpio/manual/>.
21
22* Building
23
24A usual three-stage procedure applies:
25
26 ./configure
27 make
28 make install
29
30See the file INSTALL for generic options to ./configure.
31
32* Bug reporting.
33
34Please send bug reports and suggestions to <bug-cpio@gnu.org>.
35
36
37* Copyright information
38
39Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017 Free Software
40Foundation, Inc.
41
42   Permission is granted to anyone to make or distribute verbatim copies
43   of this document as received, in any medium, provided that the
44   copyright notice and this permission notice are preserved,
45   thus giving the recipient permission to redistribute in turn.
46
47   Permission is granted to distribute modified versions
48   of this document, or of portions of it,
49   under the above conditions, provided also that they
50   carry prominent notices stating who last changed them.
51
52Local variables:
53mode: outline
54paragraph-separate: "[ 	]*$"
55eval: (add-hook 'write-file-hooks 'time-stamp)
56time-stamp-start: "changes. "
57time-stamp-format: "%:y-%02m-%02d"
58time-stamp-end: "\n"
59end:
60