From owner-cvs-all Fri Feb 25 2:29:35 2000 Delivered-To: cvs-all@freebsd.org Received: from kbtfw.kubota.co.jp (kbtfw.kubota.co.jp [133.253.102.202]) by hub.freebsd.org (Postfix) with ESMTP id 279A637C337 for ; Fri, 25 Feb 2000 02:29:19 -0800 (PST) (envelope-from haro@tk.kubota.co.jp) Received: by kbtfw.kubota.co.jp; id TAA18826; Fri, 25 Feb 2000 19:29:00 +0900 (JST) Received: from unknown(133.253.31.1) by kbtfw.kubota.co.jp via smap (V4.2) id xma018718; Fri, 25 Feb 00 19:28:33 +0900 Received: (from uucp@localhost) by lemond.gkn.kubota.co.jp (8.9.3+3.2W/3.7W00013112) with UUCP id TAA13361 for cvs-all@FreeBSD.ORG; Fri, 25 Feb 2000 19:28:24 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by jkpc15.ttr.kubota.co.jp (8.9.3/3.7W-uucp) with ESMTP id TAA03170 for ; Fri, 25 Feb 2000 19:26:39 +0900 (JST) To: cvs-all@FreeBSD.ORG Subject: Bug in my patch (Re: cvs commit: src/etc Makefile) In-Reply-To: References: X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000225192638N.haro@tk.kubota.co.jp> Date: Fri, 25 Feb 2000 19:26:38 +0900 From: haro@tk.kubota.co.jp (Munehiro Matsuda) X-Dispatcher: imput version 990905(IM130) Lines: 46 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk There was bug in my original patch, which I submitted to -current. Please corret it, ASAP. --- Makefile.org Fri Feb 25 19:21:37 2000 +++ Makefile Fri Feb 25 18:47:17 2000 @@ -20,7 +20,7 @@ ${.CURDIR}/../usr.bin/mail/misc/mail.rc \ ${.CURDIR}/../usr.bin/locate/locate/locate.rc -.if exists(${.CURDIR}../crypto) && !defined(NO_OPENSSH) +.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSH) BIN1+= ${.CURDIR}/../crypto/openssh/ssh_config \ ${.CURDIR}/../crypto/openssh/sshd_config .endif I'm so sorry, Munehiro Matsuda From: owner-cvs-all-digest@FreeBSD.ORG (cvs-all-digest) Date: Fri, 25 Feb 2000 01:47:25 -0800 (PST) ::Date: Thu, 24 Feb 2000 21:16:45 -0800 (PST) ::From: Peter Wemm ::Subject: cvs commit: src/etc Makefile :: ::peter 2000/02/24 21:16:45 PST :: :: Modified files: :: etc Makefile :: Log: :: Fix references to crypto code to check that it exists first. Otherwise :: it breaks mergemaster (and probably other things). :: :: Submitted by: Munehiro Matsuda :: Approved by: jkh :: :: Revision Changes Path :: 1.215 +2 -2 src/etc/Makefile =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Office of Business Planning & Development, Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103, Japan Tel: +81-3-3245-3318 Fax: +81-3-32454-3315 Email: haro@tk.kubota.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message