mirror of
https://github.com/opnsense/src.git
synced 2026-06-15 11:39:33 -04:00
Update instructions to match recent import.
This commit is contained in:
parent
d1725ef7ff
commit
829f2d6431
1 changed files with 13 additions and 7 deletions
|
|
@ -1,12 +1,18 @@
|
|||
$FreeBSD$
|
||||
|
||||
GNU regex (from grep):
|
||||
|
||||
originals can be found at:
|
||||
http://download.fedora.redhat.com/pub/fedora/linux/core/2/SRPMS/grep-2.5.1-26.src.rpm
|
||||
GNU regex (from glibc):
|
||||
|
||||
Imported by:
|
||||
|
||||
cvs import \
|
||||
-m "Import of GNU regex from GNU grep 2.5.1 (trimmed)." \
|
||||
src/gnu/lib/libregex FSF from_grep_v2_5_1
|
||||
cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc login
|
||||
# enter "anoncvs" as the password
|
||||
cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \
|
||||
co -r fedora-glibc-2_3_4-21 libc/posix libc/include
|
||||
mkdir regex regex/posix
|
||||
cd libc/posix
|
||||
cp regcomp.c regex.c regex_internal.c regex_internal.h regexec.c $OLDPWD/regex/
|
||||
cp regex.h $OLDPWD/regex/posix/
|
||||
cd -
|
||||
cp libc/include/regex.h regex/
|
||||
cd regex
|
||||
cvs import src/gnu/lib/libregex FSF fedora-glibc-2_3_4-21
|
||||
|
|
|
|||
Loading…
Reference in a new issue