[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "typo" in current CVS



V. T. Mueller <vtmue_(_at_)_uni-freiburg_(_dot_)_de> wrote:

> About an hour ago I updated my cvs tree from grappa.unix-ag.uni-kl.de/cvs.
> A make build runs into a small mistake in /usr/share/mk/bsd.doc.mk

That file hasn't been touched in three years.

> . Install expects parameters of group, mode and owner in that order. The
> .mk file holds owner, mode, group what make install exit.

I don't really follow you.  I assume you refer to this part

install:
        ${INSTALL} ${INSTALL_COPY} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} \
            Makefile ${FILES} ${EXTRA} ${DESTDIR}${DOCDIR}/${DIR}

since it is the only one dealing with install.  This is perfectly
okay.  install(1) doesn't expect owner/group/mode in any particular
order, but rather ties them to the -o/-g/-m options.

-- 
Christian "naddy" Weisgerber                          naddy_(_at_)_mips_(_dot_)_inka_(_dot_)_de




Visit your host, monkey.org