Date: Sat, 8 Mar 2003 00:57:56 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/libexec/k5admind Makefile src/kerberos5/libexec/k5passwdd Makefile src/kerberos5/usr.bin/k5admin Makefile src/kerberos5/usr.sbin/ktutil Makefile Message-ID: <200303080857.h288vuf9052350@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/03/08 00:57:56 PST
FreeBSD src repository
Modified files:
kerberos5/libexec/k5admind Makefile
kerberos5/libexec/k5passwdd Makefile
kerberos5/usr.bin/k5admin Makefile
kerberos5/usr.sbin/ktutil Makefile
Log:
Don't copy headers from the source tree to the object tree without
making sure the copies in the object tree are writable. When files
in the source tree are not writable (as would be the case for a p4
tree) then a buildworld -DNOCLEAN will try to copy over the existing
non-writable headers. This fails. Instead we cat the headers with
redirection. This is just one of the possibilities.
Revision Changes Path
1.10 +2 -2 src/kerberos5/libexec/k5admind/Makefile
1.11 +2 -2 src/kerberos5/libexec/k5passwdd/Makefile
1.10 +2 -2 src/kerberos5/usr.bin/k5admin/Makefile
1.10 +2 -2 src/kerberos5/usr.sbin/ktutil/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303080857.h288vuf9052350>
