Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 1994 05:42:09 -0700
From:      "Jordan K. Hubbard" <jkh@freefall.cdrom.com>
To:        rgrimes@freefall.cdrom.com
Cc:        cvs-gnu@freefall.cdrom.com
Subject:   Re: BOUNCE cvs-gnu@freefall.cdrom.com: Header field too long (>1024) 
Message-ID:  <15161.779632929@freefall.cdrom.com>
In-Reply-To: Your message of "Thu, 15 Sep 94 05:39:34 PDT." <199409151239.FAA15116@freefall.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> >   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15161.779632929>