From owner-cvs-gnu Tue Jan 24 10:24:20 1995 Return-Path: cvs-gnu-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA04299 for cvs-gnu-outgoing; Tue, 24 Jan 1995 10:24:20 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id KAA04293; Tue, 24 Jan 1995 10:24:11 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id FAA06902; Wed, 25 Jan 1995 05:23:10 +1100 Date: Wed, 25 Jan 1995 05:23:10 +1100 From: Bruce Evans Message-Id: <199501241823.FAA06902@godzilla.zeta.org.au> To: bde@freefall.cdrom.com, jkh@time.cdrom.com Subject: Re: cvs commit: src/gnu/libexec/uucp/uuto Makefile Cc: CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com Sender: cvs-gnu-owner@FreeBSD.org Precedence: bulk >> Modified: gnu/libexec/uucp/uusched Makefile >> gnu/libexec/uucp/uuto Makefile >> Log: >> Rewrite based on send-pr/Makefile. The old Makefiles used ${PROG}, >> which is not supposed to work for shell files, but somehow did with >> the old `make'. >I wonder if we just stomped eachother? You got in first. I was a little surprised to find that the files changed within 20 minutes of when I checked them out. I didn't nuke the object dir - it is used for editing the shell file. We have zillions of empty object dirs anyway. Most are for man pages that are now built at built (just compressed) at install time. I think even compression is worth doing at build time, so I want these directories left alone. Bruce