From nobody  Fri Mar 28 09:33:17 1997
Received: (from nobody@localhost)
          by freefall.freebsd.org (8.8.5/8.8.5) id JAA22564;
          Fri, 28 Mar 1997 09:33:17 -0800 (PST)
Message-Id: <199703281733.JAA22564@freefall.freebsd.org>
Date: Fri, 28 Mar 1997 09:33:17 -0800 (PST)
From: dhawk@river.org
To: freebsd-gnats-submit@freebsd.org
Subject: make world fails in gnu/lib/libgmp on 2.1.7.1
X-Send-Pr-Version: www-1.0

>Number:         3132
>Category:       gnu
>Synopsis:       make world fails in gnu/lib/libgmp on 2.1.7.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 28 09:40:01 PST 1997
>Closed-Date:    Tue Apr 1 13:48:25 PST 1997
>Last-Modified:  Tue Apr  1 13:50:48 PST 1997
>Originator:     David Hawkins
>Release:        2.1.0
>Organization:
The River
>Environment:
FreeBSD, 2.1.0-RELEASE #0
dhawk@ohio.river.org:/usr/src/sys/compile/RIVER i386
>Description:
Copied over ftp distribution from ftp.freebsd.org
and installed them. During make world
It complained because the Makefile in
/usr/src/gnu/lib/libgmp had a -C 
instead of -c (lower case) in the INSTALL line.

>How-To-Repeat:
get files from ftp.freebsd.org
install them
make world
wait

>Fix:
Change '-C' to '-c' in Makefile

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Tue Apr 1 13:48:25 PST 1997 
State-Changed-Why:  
You need to obtain a newer version of the install program. 
The -C option has been supported since FreeBSD 2.1.5. 

From the install(1) manual page: 

-C    Copy the file, as if the -c option is specified, except if the 
target file already exists and the files are the same, then don't 
change the modification time of the target. 
>Unformatted:
