repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git]
/
contrib
/
gcc
/
FREEBSD-libiberty
blob
1b8c24940c4b6de7b6cd476ef83103a515d72a9a
1
#! /bin/sh
2
3
# $FreeBSD$
4
5
for
F
in
\
6
choose-temp.c \
7
cp-demangle.c \
8
cplus-dem.c \
9
dyn-string.c \
10
getopt.c \
11
getopt1.c \
12
getpwd.c \
13
hashtab.c \
14
lbasename.c \
15
md5.c \
16
obstack.c \
17
partition.c \
18
pexecute.c \
19
splay-tree.c
20
do
21
cp
-ip
..
/
libiberty
/
$F
.
22
done
23
24
for
F
in
\
25
ansidecl.h \
26
demangle.h \
27
dyn-string.h \
28
getopt.h \
29
hashtab.h \
30
libiberty.h \
31
obstack.h \
32
partition.h \
33
splay-tree.h \
34
symcat.h
35
do
36
cp
-ip
..
/
include
/
$F
.
37
done