head	1.1;
branch	1.1.1;
access;
symbols
	tn_m001:1.1.1.2
	newlib-1-8-2:1.1.1.2
	newlib:1.1.1
	alpha:1.1.1.1
	oc:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2000.06.10.01.15.29;	author lampret;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.06.10.01.15.29;	author lampret;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2000.08.30.18.57.29;	author joel;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@#!/bin/sh

# Copyright (C) 1996 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

if
test -r $2
then
if
cmp $1 $2 > /dev/null
then
echo $2 is unchanged
rm -f $1
else
mv -f $1 $2
fi
else
mv -f $1 $2
fi
@


1.1.1.1
log
@First import.

@
text
@@


1.1.1.2
log
@2000-08-30	Joel Sherrill <joel@@OARcorp.com>

	* Base import of unmodified newlib 1.8.2.
@
text
@d17 1
a17 1
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@

