From owner-svn-src-projects@FreeBSD.ORG Thu Dec 20 19:30:34 2012 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEBB6CB5; Thu, 20 Dec 2012 19:30:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 931D68FC12; Thu, 20 Dec 2012 19:30:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBKJUYGW007868; Thu, 20 Dec 2012 19:30:34 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBKJUYjN007867; Thu, 20 Dec 2012 19:30:34 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201212201930.qBKJUYjN007867@svn.freebsd.org> From: Mark Linimon Date: Thu, 20 Dec 2012 19:30:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r244504 - projects/portbuild/pxedust X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 19:30:34 -0000 Author: linimon (doc,ports committer) Date: Thu Dec 20 19:30:34 2012 New Revision: 244504 URL: http://svnweb.freebsd.org/changeset/base/244504 Log: Don't hide the diff.out file in the src directory. Modified: projects/portbuild/pxedust/pxedust Modified: projects/portbuild/pxedust/pxedust ============================================================================== --- projects/portbuild/pxedust/pxedust Thu Dec 20 18:38:02 2012 (r244503) +++ projects/portbuild/pxedust/pxedust Thu Dec 20 19:30:34 2012 (r244504) @@ -39,7 +39,7 @@ COMMON_ENV="TARGET=${TARGET} TARGET_ARCH KERNCONF="PACKAGE_NODE_${TARGET}" -LOGFILE="diff.out" +LOGFILE="`pwd -P`/diff.out" # using a src directory, populate a dst directory, or note differences setup () {