Deleted Added
full compact
FREEBSD-libiberty (79643) FREEBSD-libiberty (96330)
1#! /bin/sh
2
1#! /bin/sh
2
3# $FreeBSD: head/contrib/gcc/FREEBSD-libiberty 79643 2001-07-12 19:03:33Z obrien $
3# $FreeBSD: head/contrib/gcc/FREEBSD-libiberty 96330 2002-05-10 05:21:15Z obrien $
4
5for 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 \
4
5for 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 \
14 obstack.c \
15 partition.c \
16 pexecute.c \
16 obstack.c \
17 partition.c \
18 pexecute.c \
17 splay-tree.c \
19 splay-tree.c
18do
19 cp -ip ../libiberty/$F .
20done
21
22for F in \
20do
21 cp -ip ../libiberty/$F .
22done
23
24for F in \
23 ansidecl.h
24 demangle.h
25 dyn-string.h
26 getopt.h
27 hashtab.h
28 libiberty.h
29 obstack.h
30 partition.h
31 splay-tree.h
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 \
32 symcat.h
33do
34 cp -ip ../include/$F .
35done
34 symcat.h
35do
36 cp -ip ../include/$F .
37done