From owner-cvs-sys Sat Mar 18 21:11:57 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA00596 for cvs-sys-outgoing; Sat, 18 Mar 1995 21:11:57 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA00563; Sat, 18 Mar 1995 21:11:40 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id PAA06847; Sun, 19 Mar 1995 15:06:57 +1000 Date: Sun, 19 Mar 1995 15:06:57 +1000 From: Bruce Evans Message-Id: <199503190506.PAA06847@godzilla.zeta.org.au> To: bde@zeta.org.au, rgrimes@gndrsh.aac.dev.com Subject: Re: cvs commit: src/sys/libkern locc.c random.c scanc.c skpc.c libkern Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com, davidg@Root.COM, phk@ref.tfs.com Sender: cvs-sys-owner@freebsd.org Precedence: bulk >I may not be able to implement the *policy* of which files get installed, >but I can implement the *method* that allows us to select which ones >we install. The current Makefiles can't, as they blindly use tar to >copy the whole directories. Developers [should] blindly use ln to link the whole directories. If less is installed then developers won't notice the problem. Bruce