From owner-freebsd-current Wed Aug 2 10:41:27 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id KAA18579 for current-outgoing; Wed, 2 Aug 1995 10:41:27 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id KAA18569 for ; Wed, 2 Aug 1995 10:41:10 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id TAA04559; Wed, 2 Aug 1995 19:39:57 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id TAA19312; Wed, 2 Aug 1995 19:39:56 +0200 Message-Id: <199508021739.TAA19312@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: ache@astral.msk.su cc: Mark Murray , current@freefall.cdrom.com, "Jordan K. Hubbard" Subject: Re: current make world falls over. Date: Wed, 02 Aug 1995 19:39:56 +0200 From: Mark Murray Sender: current-owner@FreeBSD.org Precedence: bulk > >You need to build the secure/lib/libtelnet once by hand.... > > It isn't a problem, the problem is that 'make world' > tries to build stuff from secure and tries to build > telnetd with wrong libtelnet (standard). Damn. What you say is true. Which of these two methoods of fixing this is better IYO? 1) In src/Makefile, target libraries:, move the "if exists (secure)..." bit to after the "if exists (lib)...". The evil here is that in the "if exists (lib)..." the non-secure libtelnet will be built , and wil then be clobbered by the secure libtelnet. 2) In src/lib/Makefile put "if defined(NOSECURE) && defined(NOCRYPT)/ .endif" around "CFLAGS+= libtelnet". 3) Both. This is Big Makefile (tm) stuff and I have not ventured this far before, so please check this and advise before I go ahead and fix. Ta! M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200