* From Andrew Lankford <[EMAIL PROTECTED]>
> 
> In the file /usr/src/share/sendmail/Makefile:
> 
> copies::
> .for dir in ${CFDIRS}
>  ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir}
> .endfor
> 
> ...according to the fine man page, the -d option should appear before both the
> target directory and all the other options.
> 
> Also, it appears that INSTALL is defined as "install -C", which I
> don't think is appropriate for use with the -d option either.  I
> think I noticed a few "install -C -C ... " 's flash by before the
> last attempted installworld ground to a halt.

Change the override of INSTALL in /etc/make.conf.

> Andrew Lankford
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message

-- 
J. Mallett <[EMAIL PROTECTED]>                    FreeBSD: The Power To Serve


        "I've coined new words, like, misunderstanding and Hispanically."
           -- George W. Bush, Radio-Television Correspondents Association
              dinner, Washington, D.C., March 29, 2001

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to