]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/cpio/FREEBSD-upgrade
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / cpio / FREEBSD-upgrade
1 $FreeBSD$
2
3 GNU cpio:
4
5         Originals can be found at: ftp://ftp.gnu.org/pub/gnu/cpio
6
7 Configure by:
8
9         ./configure --disable-nls --without-libiconv-prefix \
10                 --without-libintl-prefix
11
12 Trim by:
13
14         rm Makefile.am Makefile.in aclocal.m4 config.h.in configure \
15                 configure.ac
16         rm -r headers m4 rmt tests scripts po
17         rm doc/Makefile.am doc/Makefile.in doc/mt.1 doc/cpio.info
18         rm src/Makefile.am src/Makefile.in
19         rm src/mt.c
20         rm lib/Makefile.am lib/Makefile.in lib/Makefile.tmpl lib/alloca.c \
21                 lib/argmatch.[ch] lib/bcopy.c lib/fnmatch.c lib/fnmatch_.h \
22                 lib/fnmatch_loop.c lib/mkdir.c lib/quote.[ch] \
23                 lib/quotearg.[ch] lib/stdbool_.h lib/strcasecmp.c \
24                 lib/strdup.c lib/strerror.c lib/strncasecmp.c lib/sysexit_.h
25
26 Import by:
27
28          cvs import -m "Import GNU cpio 2.6 (trimmed)" src/contrib/cpio \
29                 GNU v2_6