From owner-cvs-user Sun Sep 14 22:55:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA02431 for cvs-user-outgoing; Sun, 14 Sep 1997 22:55:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA02405; Sun, 14 Sep 1997 22:55:31 -0700 (PDT) From: "Rodney W. Grimes" Received: (from rgrimes@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA20569; Sun, 14 Sep 1997 22:52:05 -0700 (PDT) Date: Sun, 14 Sep 1997 22:52:05 -0700 (PDT) Message-Id: <199709150552.WAA20569@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rgrimes 1997/09/14 22:52:05 PDT Modified files: (Branch: RELENG_2_2) . Makefile Log: When calling the src/include Makefile use the shorthand ``all beforeinstall'' inplace of ``all installhdrs symlinks'' so those of us who run with SHARED=copies get the right results. I'll check -current in a minute for the same bug. Revision Changes Path 1.109.2.16 +2 -2 src/Makefile From owner-cvs-user Sun Sep 14 23:02:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA03004 for cvs-user-outgoing; Sun, 14 Sep 1997 23:02:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA02973; Sun, 14 Sep 1997 23:02:17 -0700 (PDT) From: "Rodney W. Grimes" Received: (from rgrimes@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA20613; Sun, 14 Sep 1997 22:58:51 -0700 (PDT) Date: Sun, 14 Sep 1997 22:58:51 -0700 (PDT) Message-Id: <199709150558.WAA20613@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rgrimes 1997/09/14 22:58:51 PDT Modified files: . Makefile Log: When calling the src/include Makefile use the shorthand ``all beforeinstall'' inplace of ``all installhdrs symlinks'' so those of us who run with SHARED=copies get the right results. Revision Changes Path 1.144 +2 -2 src/Makefile From owner-cvs-user Sun Sep 14 23:37:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA04943 for cvs-user-outgoing; Sun, 14 Sep 1997 23:37:24 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA04909; Sun, 14 Sep 1997 23:37:14 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id QAA02034; Mon, 15 Sep 1997 16:34:16 +1000 Date: Mon, 15 Sep 1997 16:34:16 +1000 From: Bruce Evans Message-Id: <199709150634.QAA02034@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, rgrimes@FreeBSD.ORG Subject: Re: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > . Makefile > Log: > When calling the src/include Makefile use the shorthand ``all beforeinstall'' > inplace of ``all installhdrs symlinks'' so those of us who run with > SHARED=copies get the right results. This just undoes rev.1.136 and defeats the point of the installhdrs target, which is to support `make install' forcing installation of symlinks here (for the temporary include directory for `make world'). SHARED=copies is the default. Bruce From owner-cvs-user Mon Sep 15 00:22:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA07843 for cvs-user-outgoing; Mon, 15 Sep 1997 00:22:36 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA07836; Mon, 15 Sep 1997 00:22:29 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.8.5/8.7.3) id AAA02232; Mon, 15 Sep 1997 00:21:58 -0700 (PDT) From: "Rodney W. Grimes" Message-Id: <199709150721.AAA02232@GndRsh.aac.dev.com> Subject: Re: cvs commit: src Makefile In-Reply-To: <199709150634.QAA02034@godzilla.zeta.org.au> from Bruce Evans at "Sep 15, 97 04:34:16 pm" To: bde@zeta.org.au (Bruce Evans) Date: Mon, 15 Sep 1997 00:21:58 -0700 (PDT) Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, rgrimes@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified files: > > . Makefile > > Log: > > When calling the src/include Makefile use the shorthand ``all beforeinstall'' > > inplace of ``all installhdrs symlinks'' so those of us who run with > > SHARED=copies get the right results. > > This just undoes rev.1.136 and defeats the point of the installhdrs target, > which is to support `make install' forcing installation of symlinks here > (for the temporary include directory for `make world'). > > SHARED=copies is the default. No, it does not do that. Take a very careful look, the forcing of the symlinks for the temporary includes occurs someplace else, namely in the ``bootstrap:'' which still has the call to ``symlinks'', which DTRT. revision1.136 broke work that was done over 4 years ago, and until then had worked correctly, I just made it work again. As things where _all_ systems ended up with links in /usr/include if they ran ``make includes''. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation, Inc. Reliable computers for FreeBSD From owner-cvs-user Mon Sep 15 01:11:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA11372 for cvs-user-outgoing; Mon, 15 Sep 1997 01:11:55 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA11361; Mon, 15 Sep 1997 01:11:41 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id SAA05669; Mon, 15 Sep 1997 18:05:58 +1000 Date: Mon, 15 Sep 1997 18:05:58 +1000 From: Bruce Evans Message-Id: <199709150805.SAA05669@godzilla.zeta.org.au> To: bde@zeta.org.au, rgrimes@gndrsh.aac.dev.com Subject: Re: cvs commit: src Makefile Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, rgrimes@FreeBSD.ORG Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> > Log: >> > When calling the src/include Makefile use the shorthand ``all beforeinstall'' >> > inplace of ``all installhdrs symlinks'' so those of us who run with >> > SHARED=copies get the right results. >> >> This just undoes rev.1.136 and defeats the point of the installhdrs target, >> which is to support `make install' forcing installation of symlinks here >> (for the temporary include directory for `make world'). >> >> SHARED=copies is the default. > >No, it does not do that. Take a very careful look, the forcing of Yes it does. Of course I looked carefully before commenting. You broke the main `includes' target. >the symlinks for the temporary includes occurs someplace else, namely >in the ``bootstrap:'' which still has the call to ``symlinks'', which >DTRT. The `bootstrap' target only installs very temporary (and not quite right) includes, just enough to build the bootstrap tools. The `includes' target is built a little later. This must use symlinks so that the header times don't change for the NOCLEAN case. (`make bootstrap' has blown away any files installed by a previous run with SHARED=copies. The !NOCLEAN case isn't important since everything gets blown away anyway.) >revision1.136 broke work that was done over 4 years ago, and until It only broke the undocumented internal `includes' target. >then had worked correctly, I just made it work again. As things >where _all_ systems ended up with links in /usr/include if they >ran ``make includes''. Don't use undocumented internal targets. Bruce From owner-cvs-user Mon Sep 15 01:30:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA13274 for cvs-user-outgoing; Mon, 15 Sep 1997 01:30:55 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA13261; Mon, 15 Sep 1997 01:30:47 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.8.5/8.7.3) id BAA02397; Mon, 15 Sep 1997 01:30:09 -0700 (PDT) From: "Rodney W. Grimes" Message-Id: <199709150830.BAA02397@GndRsh.aac.dev.com> Subject: Re: cvs commit: src Makefile In-Reply-To: <199709150805.SAA05669@godzilla.zeta.org.au> from Bruce Evans at "Sep 15, 97 06:05:58 pm" To: bde@zeta.org.au (Bruce Evans) Date: Mon, 15 Sep 1997 01:30:08 -0700 (PDT) Cc: bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, rgrimes@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >> > Log: > >> > When calling the src/include Makefile use the shorthand ``all beforeinstall'' > >> > inplace of ``all installhdrs symlinks'' so those of us who run with > >> > SHARED=copies get the right results. > >> > >> This just undoes rev.1.136 and defeats the point of the installhdrs target, > >> which is to support `make install' forcing installation of symlinks here > >> (for the temporary include directory for `make world'). > >> > >> SHARED=copies is the default. > > > >No, it does not do that. Take a very careful look, the forcing of > > Yes it does. Of course I looked carefully before commenting. You broke > the main `includes' target. No, I fixed the main ``includes'' target, rev 1.136 broke it. Remeber I wrote the original, I maintaine dfor the first 2 years, it should NOT forceably do a ``make symlinks'' as it did. If something is broken, it is elsewhere. > > >the symlinks for the temporary includes occurs someplace else, namely > >in the ``bootstrap:'' which still has the call to ``symlinks'', which > >DTRT. > > The `bootstrap' target only installs very temporary (and not quite right) > includes, just enough to build the bootstrap tools. The `includes' > target is built a little later. This must use symlinks so that the > header times don't change for the NOCLEAN case. (`make bootstrap' > has blown away any files installed by a previous run with SHARED=copies. > The !NOCLEAN case isn't important since everything gets blown away > anyway.) > > >revision1.136 broke work that was done over 4 years ago, and until > > It only broke the undocumented internal `includes' target. Includes is _not_, and never was an internal target, or I would have called it _includes when I wrote it. > > >then had worked correctly, I just made it work again. As things > >where _all_ systems ended up with links in /usr/include if they > >ran ``make includes''. > > Don't use undocumented internal targets. Another breakage, it was documented at one time. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation, Inc. Reliable computers for FreeBSD From owner-cvs-user Mon Sep 15 01:44:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA14409 for cvs-user-outgoing; Mon, 15 Sep 1997 01:44:09 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA14392; Mon, 15 Sep 1997 01:44:02 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.8.5/8.7.3) id BAA02444; Mon, 15 Sep 1997 01:43:48 -0700 (PDT) From: "Rodney W. Grimes" Message-Id: <199709150843.BAA02444@GndRsh.aac.dev.com> Subject: Re: cvs commit: src Makefile In-Reply-To: <199709150830.BAA02397@GndRsh.aac.dev.com> from "Rodney W. Grimes" at "Sep 15, 97 01:30:08 am" To: rgrimes@GndRsh.aac.dev.com (Rodney W. Grimes) Date: Mon, 15 Sep 1997 01:43:48 -0700 (PDT) Cc: bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, rgrimes@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > >> > Log: > > >> > When calling the src/include Makefile use the shorthand ``all beforeinstall'' > > >> > inplace of ``all installhdrs symlinks'' so those of us who run with > > >> > SHARED=copies get the right results. > > >> > > >> This just undoes rev.1.136 and defeats the point of the installhdrs target, > > >> which is to support `make install' forcing installation of symlinks here > > >> (for the temporary include directory for `make world'). > > >> > > >> SHARED=copies is the default. > > > > > >No, it does not do that. Take a very careful look, the forcing of > > > > Yes it does. Of course I looked carefully before commenting. You broke > > the main `includes' target. > > No, I fixed the main ``includes'' target, rev 1.136 broke it. Remeber > I wrote the original, I maintaine dfor the first 2 years, it should > NOT forceably do a ``make symlinks'' as it did. If something is > broken, it is elsewhere. Here... this is the patch for the brokeness you think I created: Index: Makefile =================================================================== RCS file: /home/ncvs/src/Makefile,v retrieving revision 1.109.2.16 diff -c -r1.109.2.16 Makefile *** Makefile 1997/09/15 05:52:04 1.109.2.16 --- Makefile 1997/09/15 08:41:02 *************** *** 250,256 **** @echo "--------------------------------------------------------------" @echo " Rebuilding /usr/include" @echo "--------------------------------------------------------------" ! cd ${.CURDIR} && ${BMAKE} includes @echo @echo "--------------------------------------------------------------" @echo " Rebuilding tools needed to build the libraries" --- 250,256 ---- @echo "--------------------------------------------------------------" @echo " Rebuilding /usr/include" @echo "--------------------------------------------------------------" ! cd ${.CURDIR} && ${BMAKE} includes SHARED=symlinks @echo @echo "--------------------------------------------------------------" @echo " Rebuilding tools needed to build the libraries" -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation, Inc. Reliable computers for FreeBSD From owner-cvs-user Mon Sep 15 03:10:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA19094 for cvs-user-outgoing; Mon, 15 Sep 1997 03:10:54 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA19085; Mon, 15 Sep 1997 03:10:46 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id TAA09841; Mon, 15 Sep 1997 19:58:19 +1000 Date: Mon, 15 Sep 1997 19:58:19 +1000 From: Bruce Evans Message-Id: <199709150958.TAA09841@godzilla.zeta.org.au> To: bde@zeta.org.au, rgrimes@gndrsh.aac.dev.com Subject: Re: cvs commit: src Makefile Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, rgrimes@FreeBSD.ORG Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> >> > Log: >> >> > When calling the src/include Makefile use the shorthand ``all beforeinstall'' >> >> > inplace of ``all installhdrs symlinks'' so those of us who run with >> >> > SHARED=copies get the right results. >> >> >> >> This just undoes rev.1.136 and defeats the point of the installhdrs target, >> >> which is to support `make install' forcing installation of symlinks here >> >> (for the temporary include directory for `make world'). >> >> >> >> SHARED=copies is the default. >> > >> >No, it does not do that. Take a very careful look, the forcing of >> >> Yes it does. Of course I looked carefully before commenting. You broke >> the main `includes' target. > >No, I fixed the main ``includes'' target, rev 1.136 broke it. Remeber >I wrote the original, I maintaine dfor the first 2 years, it should >NOT forceably do a ``make symlinks'' as it did. If something is >broken, it is elsewhere. That was then (more than 2 years ago). rev.1.136 has been working as intended for more than a month now. >> It only broke the undocumented internal `includes' target. > >Includes is _not_, and never was an internal target, or I would have >called it _includes when I wrote it. That doesn't follow. There are lots of poorly named internal targets. Try `make bootstrap'. It will make a mess unless invoked with a temporary DESTDIR. Here are the log messages for the introduction of the includes target: 2.x: ---------------------------- revision 1.6 date: 1994/08/13 22:47:28; author: jkh; state: Exp; lines: +214 -12 This is the first attempt to drag the top level Makefile Rod sent me into 2.0. It will surely need more work. Submitted by: jkh ---------------------------- No useful detail there. 1.x: ---------------------------- revision 1.6 date: 1993/08/23 20:51:34; author: rgrimes; state: Exp; lines: +93 -9 Added several new targets and world target to build releases with ---------------------------- Bruce From owner-cvs-user Mon Sep 15 08:24:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA04142 for cvs-user-outgoing; Mon, 15 Sep 1997 08:24:39 -0700 (PDT) Received: from pillar.elsevier.co.uk (root@pillar.elsevier.co.uk [193.131.222.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA04029; Mon, 15 Sep 1997 08:22:23 -0700 (PDT) Received: from snowdon.elsevier.co.uk (snowdon.elsevier.co.uk [193.131.197.164]) by pillar.elsevier.co.uk (8.8.5/8.8.5) with ESMTP id QAA22876; Mon, 15 Sep 1997 16:21:37 +0100 (BST) Received: from screavie.elsevier.co.uk by snowdon.elsevier.co.uk with SMTP (PP); Mon, 15 Sep 1997 16:21:15 +0100 Received: from tees.elsevier.co.uk (tees.elsevier.co.uk [193.131.192.70]) by screavie.elsevier.co.uk (8.8.5/8.8.5) with ESMTP id QAA19587; Mon, 15 Sep 1997 16:21:07 +0100 (BST) Received: (from dpr@localhost) by tees.elsevier.co.uk (8.8.5/8.8.5) id QAA12834; Mon, 15 Sep 1997 16:21:07 +0100 (BST) To: Bruce Evans Cc: rgrimes@gndrsh.aac.dev.com, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, rgrimes@FreeBSD.ORG Subject: Re: cvs commit: src Makefile References: <199709150958.TAA09841@godzilla.zeta.org.au> From: Paul Richards Date: 15 Sep 1997 16:21:06 +0100 In-Reply-To: Bruce Evans's message of Mon, 15 Sep 1997 19:58:19 +1000 Message-ID: <5767s21u3h.fsf@tees.elsevier.co.uk> Lines: 14 X-Mailer: Gnus v5.4.37/Emacs 19.30 Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans writes: > That doesn't follow. There are lots of poorly named internal targets. > Try `make bootstrap'. It will make a mess unless invoked with a > temporary DESTDIR. Umm, make bootstrap was never meant to be an internal target, I think I originally added that and it was supposed to be a one-off upgrade target to bootstrap yourself from the previous release to current. -- Dr Paul Richards. IT, Product Application Development. Email: p.richards@elsevier.co.uk Phone: x3155 From owner-cvs-user Mon Sep 15 10:06:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA09871 for cvs-user-outgoing; Mon, 15 Sep 1997 10:06:21 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA09862; Mon, 15 Sep 1997 10:06:12 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id DAA24567; Tue, 16 Sep 1997 03:04:56 +1000 Date: Tue, 16 Sep 1997 03:04:56 +1000 From: Bruce Evans Message-Id: <199709151704.DAA24567@godzilla.zeta.org.au> To: bde@zeta.org.au, p.richards@elsevier.co.uk Subject: Re: cvs commit: src Makefile Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, rgrimes@FreeBSD.ORG, rgrimes@gndrsh.aac.dev.com Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> That doesn't follow. There are lots of poorly named internal targets. >> Try `make bootstrap'. It will make a mess unless invoked with a >> temporary DESTDIR. > >Umm, make bootstrap was never meant to be an internal target, I think >I originally added that and it was supposed to be a one-off upgrade >target to bootstrap yourself from the previous release to current. The comment before it says otherwise. The makefile now does almost everything necessary to bootstrap from previous versions (there are some problems with hard-coded paths in previous versions). This involves approximately `wc -l /usr/src/Makefile` lines more than are in the bootstrap target :-). Bruce From owner-cvs-user Mon Sep 15 10:44:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12387 for cvs-user-outgoing; Mon, 15 Sep 1997 10:44:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA12227; Mon, 15 Sep 1997 10:43:02 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA11528; Mon, 15 Sep 1997 10:39:32 -0700 (PDT) Date: Mon, 15 Sep 1997 10:39:32 -0700 (PDT) Message-Id: <199709151739.KAA11528@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/09/15 10:39:32 PDT Modified files: (Branch: RELENG_2_2) . Makefile Log: Revert 1.144 so that make world works again. Sanctioned By: rgrimes Revision Changes Path 1.109.2.17 +2 -2 src/Makefile From owner-cvs-user Tue Sep 16 01:57:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA12597 for cvs-user-outgoing; Tue, 16 Sep 1997 01:57:01 -0700 (PDT) Received: from pillar.elsevier.co.uk (root@pillar.elsevier.co.uk [193.131.222.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA12469; Tue, 16 Sep 1997 01:55:00 -0700 (PDT) Received: from snowdon.elsevier.co.uk (snowdon.elsevier.co.uk [193.131.197.164]) by pillar.elsevier.co.uk (8.8.5/8.8.5) with ESMTP id JAA20318; Tue, 16 Sep 1997 09:54:25 +0100 (BST) Received: from screavie.elsevier.co.uk by snowdon.elsevier.co.uk with SMTP (PP); Tue, 16 Sep 1997 09:54:12 +0100 Received: from tees.elsevier.co.uk (tees.elsevier.co.uk [193.131.192.70]) by screavie.elsevier.co.uk (8.8.5/8.8.5) with ESMTP id JAA23926; Tue, 16 Sep 1997 09:53:59 +0100 (BST) Received: (from dpr@localhost) by tees.elsevier.co.uk (8.8.5/8.8.5) id JAA00382; Tue, 16 Sep 1997 09:53:58 +0100 (BST) To: Bruce Evans Cc: p.richards@elsevier.co.uk, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, rgrimes@FreeBSD.ORG, rgrimes@gndrsh.aac.dev.com Subject: Re: cvs commit: src Makefile References: <199709151704.DAA24567@godzilla.zeta.org.au> From: Paul Richards Date: 16 Sep 1997 09:53:57 +0100 In-Reply-To: Bruce Evans's message of Tue, 16 Sep 1997 03:04:56 +1000 Message-ID: <57vi01hc62.fsf@tees.elsevier.co.uk> Lines: 21 X-Mailer: Gnus v5.4.37/Emacs 19.30 Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans writes: > >> That doesn't follow. There are lots of poorly named internal targets. > >> Try `make bootstrap'. It will make a mess unless invoked with a > >> temporary DESTDIR. > > > >Umm, make bootstrap was never meant to be an internal target, I think > >I originally added that and it was supposed to be a one-off upgrade > >target to bootstrap yourself from the previous release to current. > > The comment before it says otherwise. The point I meant to make was that some apparently internal targets have become so rather than being initially designed so which is why they aren't named that way. The fault lies with the person who did the evolving not the original implementor. -- Dr Paul Richards. IT, Product Application Development. Email: p.richards@elsevier.co.uk Phone: x3155 From owner-cvs-user Tue Sep 16 03:49:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA17088 for cvs-user-outgoing; Tue, 16 Sep 1997 03:49:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA17054; Tue, 16 Sep 1997 03:49:24 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA17338; Tue, 16 Sep 1997 03:45:48 -0700 (PDT) Date: Tue, 16 Sep 1997 03:45:48 -0700 (PDT) Message-Id: <199709161045.DAA17338@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/09/16 03:45:45 PDT Modified files: . Makefile Log: Backed out rev.1.136 and rev.1.144. Force SHARED=symlinks in a different way - for buildworld only. Rev.1.136 broke the (deprecated) external includes target. Rev.1.144 was a half-baked backout of rev.1.136. It broke SHARED=symlinks for the buildworld target and installation of subdirs of src/include for the includes target. Revision Changes Path 1.145 +3 -3 src/Makefile From owner-cvs-user Tue Sep 16 03:57:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA17494 for cvs-user-outgoing; Tue, 16 Sep 1997 03:57:44 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA17467; Tue, 16 Sep 1997 03:57:19 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id UAA29396; Tue, 16 Sep 1997 20:55:04 +1000 Date: Tue, 16 Sep 1997 20:55:04 +1000 From: Bruce Evans Message-Id: <199709161055.UAA29396@godzilla.zeta.org.au> To: bde@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: Re: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >bde 1997/09/16 03:45:45 PDT > > Modified files: > . Makefile > Log: > Backed out rev.1.136 and rev.1.144. Force SHARED=symlinks in a different > way - for buildworld only. > > Rev.1.136 broke the (deprecated) external includes target. Rev.1.144 was > a half-baked backout of rev.1.136. It broke SHARED=symlinks for the > buildworld target and installation of subdirs of src/include for the > includes target. > > Revision Changes Path > 1.145 +3 -3 src/Makefile This should go in 2.2. Bruce From owner-cvs-user Tue Sep 16 09:58:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA05594 for cvs-user-outgoing; Tue, 16 Sep 1997 09:58:26 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA05562; Tue, 16 Sep 1997 09:58:00 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.8.5/8.7.3) id JAA06782; Tue, 16 Sep 1997 09:57:48 -0700 (PDT) From: "Rodney W. Grimes" Message-Id: <199709161657.JAA06782@GndRsh.aac.dev.com> Subject: Re: cvs commit: src Makefile In-Reply-To: <199709161045.DAA17338@freefall.freebsd.org> from Bruce Evans at "Sep 16, 97 03:45:48 am" To: bde@FreeBSD.ORG (Bruce Evans) Date: Tue, 16 Sep 1997 09:57:48 -0700 (PDT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk THANKS for fixing this, and !THANKS! for beating me to it, my buildworld lastnight fell over in gdb so I didn't get much of a chance to try and fix this myself. I see my error (beforeinstall != install for src/include, DAHHH!!!!). > bde 1997/09/16 03:45:45 PDT > > Modified files: > . Makefile > Log: > Backed out rev.1.136 and rev.1.144. Force SHARED=symlinks in a different > way - for buildworld only. > > Rev.1.136 broke the (deprecated) external includes target. Rev.1.144 was > a half-baked backout of rev.1.136. It broke SHARED=symlinks for the > buildworld target and installation of subdirs of src/include for the > includes target. > > Revision Changes Path > 1.145 +3 -3 src/Makefile > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation, Inc. Reliable computers for FreeBSD From owner-cvs-user Wed Sep 17 16:55:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA19672 for cvs-user-outgoing; Wed, 17 Sep 1997 16:55:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA19583; Wed, 17 Sep 1997 16:54:17 -0700 (PDT) From: "Rodney W. Grimes" Received: (from rgrimes@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA00615; Wed, 17 Sep 1997 16:50:28 -0700 (PDT) Date: Wed, 17 Sep 1997 16:50:28 -0700 (PDT) Message-Id: <199709172350.QAA00615@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rgrimes 1997/09/17 16:50:27 PDT Modified files: (Branch: RELENG_2_2) . Makefile Log: YAMC - bde's fix for includes: that I blew on my attempt. Revision Changes Path 1.109.2.18 +3 -3 src/Makefile From owner-cvs-user Sat Sep 20 08:31:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA10307 for cvs-user-outgoing; Sat, 20 Sep 1997 08:31:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA10093; Sat, 20 Sep 1997 08:25:47 -0700 (PDT) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA15029; Sat, 20 Sep 1997 08:21:38 -0700 (PDT) Date: Sat, 20 Sep 1997 08:21:38 -0700 (PDT) Message-Id: <199709201521.IAA15029@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src/contrib-crypto .Do_not_delete_me README src/contrib-crypto/kerberosIV COPYRIGHT ChangeLog Makefile.in NEWS PROBLEMS README README-WIN32 TODO acconfig.h aclocal.m4 config.guess config.sub configure configure.in eBones-p9.README ... Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1997/09/20 08:21:37 PDT Removed files: contrib-crypto .Do_not_delete_me README Log: Punt this into the attic. Nothing depends on this, so nothing breaks. Removed files: contrib-crypto/kerberosIV COPYRIGHT ChangeLog Makefile.in NEWS PROBLEMS README README-WIN32 TODO acconfig.h aclocal.m4 config.guess config.sub configure configure.in eBones-p9.README install-sh mkinstalldirs contrib-crypto/kerberosIV/admin Makefile.in adm_locl.h ext_srvtab.c kdb_destroy.c kdb_edit.c kdb_init.c kdb_util.c kstash.c contrib-crypto/kerberosIV/appl Makefile.in contrib-crypto/kerberosIV/appl/bsd Makefile.in README.login bsd_locl.h encrypt.c forkpty.c iruserok.c kcmd.c klogin.c krcmd.c login.c login_access.c login_fbtab.c pathnames.h rcmd_util.c rcp.c rcp_util.c rlogin.c rlogind.c rsh.c rshd.c stty_default.c su.c sysv_default.c sysv_default.h sysv_environ.c sysv_shadow.c sysv_shadow.h tty.c utmp_login.c utmpx_login.c contrib-crypto/kerberosIV/appl/ftp Makefile.in contrib-crypto/kerberosIV/appl/ftp/common Makefile.in base64.c base64.h buffer.c common.h glob.c glob.h sockbuf.c contrib-crypto/kerberosIV/appl/ftp/ftp Makefile.in cmds.c cmdtab.c domacro.c extern.h ftp.c ftp_locl.h ftp_var.h globals.c kauth.c krb4.c krb4.h main.c pathnames.h ruserpass.c contrib-crypto/kerberosIV/appl/ftp/ftpd Makefile.in auth.c auth.h extern.h ftpcmd.y ftpd.c kauth.c krb4.c krb4.h logwtmp.c pathnames.h popen.c contrib-crypto/kerberosIV/appl/kauth Makefile.in encdata.c kauth.c kauth.h kauthd.c ksrvtgt.in marshall.c rkinit.c zrefresh contrib-crypto/kerberosIV/appl/kip Makefile.in common.c kip.c kip.h kipd.c contrib-crypto/kerberosIV/doc Makefile.in ack.texi index.texi install.texi intro.texi kth-krb.texi latin1.tex otp.texi problems.texi setup.texi whatis.texi contrib-crypto/kerberosIV/etc README default.login fbtab hosts.equiv inetd.conf.changes krb.conf krb.equiv krb.realms login.access services.append contrib-crypto/kerberosIV/include Makefile.in config.h.in ktypes.c protos.h contrib-crypto/kerberosIV/include/sys Makefile.in cdefs.H contrib-crypto/kerberosIV/kadmin Design.txt Makefile.in admin_server.c kadm_funcs.c kadm_locl.h kadm_ser_wrap.c kadm_server.c kadm_server.h kadmin.c kpasswd.c ksrvutil.c ksrvutil.h ksrvutil_get.c new_pwd.c pw_check.c pw_check.h contrib-crypto/kerberosIV/kuser Makefile.in kdestroy.c kinit.c klist.c kuser_locl.h contrib-crypto/kerberosIV/lib Makefile.in contrib-crypto/kerberosIV/lib/acl Makefile.in acl.h acl_files.c acl_files.doc contrib-crypto/kerberosIV/lib/kadm Makefile.in kadm.h kadm_cli_wrap.c kadm_err.et kadm_locl.h kadm_stream.c kadm_supp.c contrib-crypto/kerberosIV/lib/kafs Makefile.in afskrb.c afsl.exp afslib.c afslib.exp afssys.c afssysdefs.h dlfcn.c dlfcn.h kafs.h kafs_locl.h contrib-crypto/kerberosIV/lib/kdb Makefile.in base64.c base64.h copykey.c kdb_locl.h kdc.h krb_cache.c krb_db.h krb_dbm.c krb_kdb_utils.c krb_lib.c print_princ.c contrib-crypto/kerberosIV/lib/krb Makefile.in check_time.c cr_err_reply.c create_auth_reply.c create_ciph.c create_death_packet.c create_ticket.c debug_decl.c decomp_ticket.c dest_tkt.c dllmain.c encrypt_ktext.c et_list.c get_ad_tkt.c get_cred.c get_default_principal.c get_host.c get_in_tkt.c get_krbrlm.c get_svc_in_tkt.c get_tf_fullname.c get_tf_realm.c getaddrs.c getrealm.c getst.c gettimeofday.c k_concat.c k_flock.c k_gethostname.c k_getport.c k_getsockinst.c k_localtime.c kdc_reply.c klog.h kntoln.c krb.def krb.h krb.mak krb_check_auth.c krb_equiv.c krb_err.et krb_err_txt.c krb_get_in_tkt.c krb_locl.h kuserok.c lifetime.c logging.c lsb_addr_comp.c lsb_addr_comp.h mk_auth.c mk_err.c mk_priv.c mk_req.c mk_safe.c month_sname.c name2name.c netread.c netwrite.c one.c parse_name.c prot.h rd_err.c rd_priv.c rd_req.c rd_safe.c read_service_key.c realm_parse.c recvauth.c resolve.c resolve.h rw.c save_credentials.c send_to_kdc.c sendauth.c sizetest.c stime.c str2key.c swab.c tf_util.c ticket_memory.c ticket_memory.h tkt_string.c unparse_name.c util.c verify_user.c contrib-crypto/kerberosIV/lib/roken Makefile.in chown.c daemon.c err.c err.h errx.c fchown.c get_window_size.c getcwd.c getdtablesize.c getopt.c getusershell.c hstrerror.c inaddr2str.c inet_aton.c initgroups.c k_getpwnam.c k_getpwuid.c lstat.c memmove.c mini_inetd.c mkstemp.c putenv.c rcmd.c roken.def roken.h roken.mak setegid.c setenv.c seteuid.c signal.c snprintf.c strcasecmp.c strdup.c strerror.c strftime.c strlwr.c strnlen.c strtok_r.c strupr.c tm2time.c unsetenv.c verify.c verr.c verrx.c vwarn.c vwarnx.c warn.c warnerr.c warnx.c xdbm.h contrib-crypto/kerberosIV/lib/sl Makefile.in sl.c sl.h sl_locl.h contrib-crypto/kerberosIV/man Makefile.in acl_check.3 ext_srvtab.8 getusershell.3 kadmin.8 kadmind.8 kafs.3 kauth.1 kauthd.8 kdb_destroy.8 kdb_edit.8 kdb_init.8 kdb_util.8 kdestroy.1 kerberos.1 kerberos.3 kerberos.8 kinit.1 klist.1 kprop.8 kpropd.8 krb.conf.5 krb.equiv.5 krb.realms.5 krb_realmofhost.3 krb_sendauth.3 krb_set_tkt_string.3 ksrvtgt.1 ksrvutil.8 kstash.8 kuserok.3 tf_util.3 contrib-crypto/kerberosIV/server Makefile.in kerberos.c contrib-crypto/kerberosIV/slave Makefile.in kprop.c kprop.h kpropd.c slav_locl.h contrib-crypto/telnet/arpa telnet.h contrib-crypto/telnet/libtelnet auth-proto.h auth.c auth.h enc-proto.h enc_des.c encrypt.c encrypt.h genget.c getent.c kerberos.c kerberos5.c key-proto.h krb4encpwd.c misc-proto.h misc.c misc.h read_password.c rsaencpwd.c spx.c contrib-crypto/telnet/telnet authenc.c commands.c defines.h externs.h fdset.h general.h main.c network.c ring.c ring.h sys_bsd.c telnet.1 telnet.c terminal.c tn3270.c types.h utilities.c contrib-crypto/telnet/telnetd authenc.c defs.h ext.h global.c pathnames.h slc.c state.c sys_term.c telnetd.8 telnetd.c telnetd.h termstat.c utility.c Log: Punt this into the attic. Nothing depends on this, so nothing breaks. Repository copied to src/crypto. From owner-cvs-user Sat Sep 20 08:44:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA11078 for cvs-user-outgoing; Sat, 20 Sep 1997 08:44:20 -0700 (PDT) Received: from internat.freebsd.org (internat.freebsd.org [146.64.8.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA10696; Sat, 20 Sep 1997 08:38:55 -0700 (PDT) Received: (from markm@localhost) by internat.freebsd.org (8.8.7/8.8.7) id RAA28796; Sat, 20 Sep 1997 17:38:50 +0200 (SAT) Date: Sat, 20 Sep 1997 17:38:50 +0200 (SAT) From: Mark Murray Message-Id: <199709201538.RAA28796@internat.freebsd.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-user@FreeBSD.org Subject: cvs commit: src/contrib-crypto .Do_not_delete_me README src/contrib-crypto/kerberosIV COPYRIGHT ChangeLog Makefile.in NEWS PROBLEMS README README-WIN32 TODO acconfig.h aclocal.m4 config.guess config.sub configure configure.in eBones-p9.README ... Sender: owner-cvs-user@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk markm 1997/09/20 17:38:49 SAT Removed files: contrib-crypto .Do_not_delete_me README contrib-crypto/kerberosIV COPYRIGHT ChangeLog Makefile.in NEWS PROBLEMS README README-WIN32 TODO acconfig.h aclocal.m4 config.guess config.sub configure configure.in eBones-p9.README install-sh mkinstalldirs contrib-crypto/kerberosIV/admin Makefile.in adm_locl.h ext_srvtab.c kdb_destroy.c kdb_edit.c kdb_init.c kdb_util.c kstash.c contrib-crypto/kerberosIV/appl Makefile.in contrib-crypto/kerberosIV/appl/bsd Makefile.in README.login bsd_locl.h encrypt.c forkpty.c iruserok.c kcmd.c klogin.c krcmd.c login.c login_access.c login_fbtab.c pathnames.h rcmd_util.c rcp.c rcp_util.c rlogin.c rlogind.c rsh.c rshd.c stty_default.c su.c sysv_default.c sysv_default.h sysv_environ.c sysv_shadow.c sysv_shadow.h tty.c utmp_login.c utmpx_login.c contrib-crypto/kerberosIV/appl/ftp Makefile.in contrib-crypto/kerberosIV/appl/ftp/common Makefile.in base64.c base64.h buffer.c common.h glob.c glob.h sockbuf.c contrib-crypto/kerberosIV/appl/ftp/ftp Makefile.in cmds.c cmdtab.c domacro.c extern.h ftp.c ftp_locl.h ftp_var.h globals.c kauth.c krb4.c krb4.h main.c pathnames.h ruserpass.c contrib-crypto/kerberosIV/appl/ftp/ftpd Makefile.in auth.c auth.h extern.h ftpcmd.y ftpd.c kauth.c krb4.c krb4.h logwtmp.c pathnames.h popen.c contrib-crypto/kerberosIV/appl/kauth Makefile.in encdata.c kauth.c kauth.h kauthd.c ksrvtgt.in marshall.c rkinit.c zrefresh contrib-crypto/kerberosIV/appl/kip Makefile.in common.c kip.c kip.h kipd.c contrib-crypto/kerberosIV/doc Makefile.in ack.texi index.texi install.texi intro.texi kth-krb.texi latin1.tex otp.texi problems.texi setup.texi whatis.texi contrib-crypto/kerberosIV/etc README default.login fbtab hosts.equiv inetd.conf.changes krb.conf krb.equiv krb.realms login.access services.append contrib-crypto/kerberosIV/include Makefile.in config.h.in ktypes.c protos.h contrib-crypto/kerberosIV/include/sys Makefile.in cdefs.H contrib-crypto/kerberosIV/kadmin Design.txt Makefile.in admin_server.c kadm_funcs.c kadm_locl.h kadm_ser_wrap.c kadm_server.c kadm_server.h kadmin.c kpasswd.c ksrvutil.c ksrvutil.h ksrvutil_get.c new_pwd.c pw_check.c pw_check.h contrib-crypto/kerberosIV/kuser Makefile.in kdestroy.c kinit.c klist.c kuser_locl.h contrib-crypto/kerberosIV/lib Makefile.in contrib-crypto/kerberosIV/lib/acl Makefile.in acl.h acl_files.c acl_files.doc contrib-crypto/kerberosIV/lib/kadm Makefile.in kadm.h kadm_cli_wrap.c kadm_err.et kadm_locl.h kadm_stream.c kadm_supp.c contrib-crypto/kerberosIV/lib/kafs Makefile.in afskrb.c afsl.exp afslib.c afslib.exp afssys.c afssysdefs.h dlfcn.c dlfcn.h kafs.h kafs_locl.h contrib-crypto/kerberosIV/lib/kdb Makefile.in base64.c base64.h copykey.c kdb_locl.h kdc.h krb_cache.c krb_db.h krb_dbm.c krb_kdb_utils.c krb_lib.c print_princ.c contrib-crypto/kerberosIV/lib/krb Makefile.in check_time.c cr_err_reply.c create_auth_reply.c create_ciph.c create_death_packet.c create_ticket.c debug_decl.c decomp_ticket.c dest_tkt.c dllmain.c encrypt_ktext.c et_list.c get_ad_tkt.c get_cred.c get_default_principal.c get_host.c get_in_tkt.c get_krbrlm.c get_svc_in_tkt.c get_tf_fullname.c get_tf_realm.c getaddrs.c getrealm.c getst.c gettimeofday.c k_concat.c k_flock.c k_gethostname.c k_getport.c k_getsockinst.c k_localtime.c kdc_reply.c klog.h kntoln.c krb.def krb.h krb.mak krb_check_auth.c krb_equiv.c krb_err.et krb_err_txt.c krb_get_in_tkt.c krb_locl.h kuserok.c lifetime.c logging.c lsb_addr_comp.c lsb_addr_comp.h mk_auth.c mk_err.c mk_priv.c mk_req.c mk_safe.c month_sname.c name2name.c netread.c netwrite.c one.c parse_name.c prot.h rd_err.c rd_priv.c rd_req.c rd_safe.c read_service_key.c realm_parse.c recvauth.c resolve.c resolve.h rw.c save_credentials.c send_to_kdc.c sendauth.c sizetest.c stime.c str2key.c swab.c tf_util.c ticket_memory.c ticket_memory.h tkt_string.c unparse_name.c util.c verify_user.c contrib-crypto/kerberosIV/lib/roken Makefile.in chown.c daemon.c err.c err.h errx.c fchown.c get_window_size.c getcwd.c getdtablesize.c getopt.c getusershell.c hstrerror.c inaddr2str.c inet_aton.c initgroups.c k_getpwnam.c k_getpwuid.c lstat.c memmove.c mini_inetd.c mkstemp.c putenv.c rcmd.c roken.def roken.h roken.mak setegid.c setenv.c seteuid.c signal.c snprintf.c strcasecmp.c strdup.c strerror.c strftime.c strlwr.c strnlen.c strtok_r.c strupr.c tm2time.c unsetenv.c verify.c verr.c verrx.c vwarn.c vwarnx.c warn.c warnerr.c warnx.c xdbm.h contrib-crypto/kerberosIV/lib/sl Makefile.in sl.c sl.h sl_locl.h contrib-crypto/kerberosIV/man Makefile.in acl_check.3 ext_srvtab.8 getusershell.3 kadmin.8 kadmind.8 kafs.3 kauth.1 kauthd.8 kdb_destroy.8 kdb_edit.8 kdb_init.8 kdb_util.8 kdestroy.1 kerberos.1 kerberos.3 kerberos.8 kinit.1 klist.1 kprop.8 kpropd.8 krb.conf.5 krb.equiv.5 krb.realms.5 krb_realmofhost.3 krb_sendauth.3 krb_set_tkt_string.3 ksrvtgt.1 ksrvutil.8 kstash.8 kuserok.3 tf_util.3 contrib-crypto/kerberosIV/server Makefile.in kerberos.c contrib-crypto/kerberosIV/slave Makefile.in kprop.c kprop.h kpropd.c slav_locl.h contrib-crypto/telnet/arpa telnet.h contrib-crypto/telnet/libtelnet auth-proto.h auth.c auth.h enc-proto.h enc_des.c encrypt.c encrypt.h genget.c getent.c kerberos.c kerberos5.c key-proto.h krb4encpwd.c misc-proto.h misc.c misc.h read_password.c rsaencpwd.c spx.c contrib-crypto/telnet/telnet authenc.c commands.c defines.h externs.h fdset.h general.h main.c network.c ring.c ring.h sys_bsd.c telnet.1 telnet.c terminal.c tn3270.c types.h utilities.c contrib-crypto/telnet/telnetd authenc.c defs.h ext.h global.c pathnames.h slc.c state.c sys_term.c telnetd.8 telnetd.c telnetd.h termstat.c utility.c Log: Punt this into the attic, as the repository copy to its new home has been done.