Date: Fri, 25 Feb 2000 19:26:38 +0900 From: haro@tk.kubota.co.jp (Munehiro Matsuda) To: cvs-all@FreeBSD.ORG Subject: Bug in my patch (Re: cvs commit: src/etc Makefile) Message-ID: <20000225192638N.haro@tk.kubota.co.jp> In-Reply-To: <bulk.13126.20000225014724@hub.freebsd.org> References: <bulk.13126.20000225014724@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <peter@FreeBSD.org>
::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 <haro@tk.kubota.co.jp>
:: 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000225192638N.haro>
