From owner-cvs-gnu Thu Sep 15 05:42:11 1994 Return-Path: cvs-gnu-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id FAA15169 for cvs-gnu-outgoing; Thu, 15 Sep 1994 05:42:11 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.8/8.6.6) with SMTP id FAA15162; Thu, 15 Sep 1994 05:42:10 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: rgrimes@freefall.cdrom.com Cc: cvs-gnu@freefall.cdrom.com Subject: Re: BOUNCE cvs-gnu@freefall.cdrom.com: Header field too long (>1024) In-reply-to: Your message of "Thu, 15 Sep 94 05:39:34 PDT." <199409151239.FAA15116@freefall.cdrom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 15 Sep 1994 05:42:09 -0700 Message-ID: <15161.779632929@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: cvs-gnu-owner@freefall.cdrom.com Precedence: bulk > > Fix typo, add -c to install so that files aren't moved out on first > > install! :-) > > Change that to ${COPY} please, that is what the rest of the .mk files > use as this knob. Ok, sure. But it looks like we have a long way to go with this one! jkh@time-> grep install /usr/src/usr.bin/*/Makefile /usr/src/usr.bin/calendar/Makefile:beforeinstall: /usr/src/usr.bin/calendar/Makefile: install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ /usr/src/usr.bin/chpass/Makefile:beforeinstall: /usr/src/usr.bin/chpass/Makefile:afterinstall: /usr/src/usr.bin/cpp/Makefile:beforeinstall: /usr/src/usr.bin/cpp/Makefile: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ /usr/src/usr.bin/cpp/Makefile: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ /usr/src/usr.bin/file/Makefile:afterinstall: /usr/src/usr.bin/file/Makefile: install -c -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) magic \ /usr/src/usr.bin/gprof/Makefile:beforeinstall: /usr/src/usr.bin/gprof/Makefile: install -c -o ${BINOWN} -g ${BINGRP} -m ... the list goes on! ... Jordan