From owner-freebsd-current Sat Nov 23 17:05:53 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA21228 for current-outgoing; Sat, 23 Nov 1996 17:05:53 -0800 (PST) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA21223 for ; Sat, 23 Nov 1996 17:05:50 -0800 (PST) Received: (from uucp@localhost) by frmug.org (8.8.2/8.8.2/frmug-1.2) with UUCP id CAA26926 for current@FreeBSD.org; Sun, 24 Nov 1996 02:05:48 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by xp11.frmug.org (8.8.3/8.7.3/xp11-uucp-1.1) with ESMTP id AAA23207 for ; Sat, 23 Nov 1996 00:03:09 +0100 (CET) Message-Id: <199611222303.AAA23207@xp11.frmug.org> To: current@FreeBSD.org Subject: /usr/src/share/examples uses install -C. Why? Date: Sat, 23 Nov 1996 00:03:08 +0100 From: "Philippe Charnier" Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, While browsing /usr and subdirs, to see if some `no longuer exist' files are still in my -current tree, I noticed that /usr/share/examples is updated using install -C. As there is no dependencies to the build process reverting the feature to install -c would be nice for -current users. Index: Makefile =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/share/examples/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 1996/09/06 06:30:57 1.20 +++ Makefile 1996/11/22 22:49:49 @@ -21,7 +21,7 @@ FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print .for file in ${FILES} copies:: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file} + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file} .endfor .endfor ------ ------ Philippe Charnier charnier@lirmm.fr (smtp) charnier@xp11.frmug.org (uucp) ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------