config root man

Current Path : /usr/src/contrib/gcc/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/contrib/gcc/FREEBSD-libiberty

#! /bin/sh

# $FreeBSD: release/9.1.0/contrib/gcc/FREEBSD-libiberty 96330 2002-05-10 05:21:15Z obrien $

for F in \
	choose-temp.c	\
	cp-demangle.c	\
	cplus-dem.c	\
	dyn-string.c	\
	getopt.c	\
	getopt1.c	\
	getpwd.c	\
	hashtab.c	\
	lbasename.c	\
	md5.c		\
	obstack.c	\
	partition.c	\
	pexecute.c	\
	splay-tree.c
do
	cp -ip ../libiberty/$F .
done

for F in \
	ansidecl.h	\
	demangle.h	\
	dyn-string.h	\
	getopt.h	\
	hashtab.h	\
	libiberty.h	\
	obstack.h	\
	partition.h	\
	splay-tree.h	\
	symcat.h
do
	cp -ip ../include/$F .
done

Man Man