From owner-svn-src-all@FreeBSD.ORG Sat May 22 20:19:13 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52F13106564A; Sat, 22 May 2010 20:19:13 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4271E8FC08; Sat, 22 May 2010 20:19:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4MKJDla059302; Sat, 22 May 2010 20:19:13 GMT (envelope-from maxim@svn.freebsd.org) Received: (from maxim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4MKJDYH059300; Sat, 22 May 2010 20:19:13 GMT (envelope-from maxim@svn.freebsd.org) Message-Id: <201005222019.o4MKJDYH059300@svn.freebsd.org> From: Maxim Konovalov Date: Sat, 22 May 2010 20:19:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208420 - head/share/mk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2010 20:19:13 -0000 Author: maxim Date: Sat May 22 20:19:12 2010 New Revision: 208420 URL: http://svn.freebsd.org/changeset/base/208420 Log: o Remove EoL w/spaces introduced in the last commit. Spotted by: uqs Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README ============================================================================== --- head/share/mk/bsd.README Sat May 22 18:40:54 2010 (r208419) +++ head/share/mk/bsd.README Sat May 22 20:19:12 2010 (r208420) @@ -91,11 +91,11 @@ the command "make b" will echo "bar". T way the V7 make behaved. It's fairly difficult to make the BSD .mk files work when you're building -multiple programs in a single directory. It's a lot easier to split up -the programs than to deal with the problem. Most of the agony comes from -making the "obj" directory stuff work right, not because we switch to a new -version of make. So, don't get mad at us, figure out a better way to handle -multiple architectures so we can quit using the symbolic link stuff. +multiple programs in a single directory. It's a lot easier to split up +the programs than to deal with the problem. Most of the agony comes from +making the "obj" directory stuff work right, not because we switch to a new +version of make. So, don't get mad at us, figure out a better way to handle +multiple architectures so we can quit using the symbolic link stuff. (Imake doesn't count.) The file .depend in the source directory is expected to contain dependencies