Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2010 12:03:49 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        current@freebsd.org
Subject:   Fw: svn commit: r209554 - in head/usr.sbin/pc-sysinstall: . pc-sysinstall
Message-ID:  <20100627.120349.649807917675430774.imp@bsdimp.com>

next in thread | raw e-mail | index | archive | help
----Next_Part(Sun_Jun_27_12_03_49_2010_362)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

If you updated after pc-sysinstall was committed, but before this
commit, you'll have a stray /pc-sysinstall.  It can and should be
deleted.

Warner


----Next_Part(Sun_Jun_27_12_03_49_2010_362)--
Content-Type: Message/Rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Return-Path: owner-src-committers@FreeBSD.org
Delivery-Date: Sun, 27 Jun 2010 11:15:21 -0600
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on harmony.bsdimp.com
X-Spam-Level: 
X-Spam-Status: No, score=-1.6 required=3.8 tests=BAYES_00,EMPTY_MESSAGE
	autolearn=no version=3.2.5
Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53])
	by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o5RHEFDA072761
	for <imp@bsdimp.com>; Sun, 27 Jun 2010 11:14:15 -0600 (MDT)
	(envelope-from owner-src-committers@FreeBSD.org)
Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36])
	by mx2.freebsd.org (Postfix) with ESMTP id 6FC54154B87
	for <imp@bsdimp.com>; Sun, 27 Jun 2010 17:14:12 +0000 (UTC)
Received: by hub.freebsd.org (Postfix)
	id ACB5510656E1; Sun, 27 Jun 2010 17:14:11 +0000 (UTC)
Delivered-To: imp@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 538)
	id 85E861065672; Sun, 27 Jun 2010 17:14:10 +0000 (UTC)
Delivered-To: src-committers@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 48287106566B;
	Sun, 27 Jun 2010 17:14:05 +0000 (UTC) (envelope-from imp@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c])
	by mx1.freebsd.org (Postfix) with ESMTP id 3639F8FC16;
	Sun, 27 Jun 2010 17:14:05 +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 o5RHE5Cs047522;
	Sun, 27 Jun 2010 17:14:05 GMT (envelope-from imp@svn.freebsd.org)
Received: (from imp@localhost)
	by svn.freebsd.org (8.14.3/8.14.3/Submit) id o5RHE5kK047519;
	Sun, 27 Jun 2010 17:14:05 GMT (envelope-from imp@svn.freebsd.org)
Message-Id: <201006271714.o5RHE5kK047519@svn.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Sun, 27 Jun 2010 17:14:05 +0000 (UTC)
To: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org,
	svn-src-head@FreeBSD.org
Subject: svn commit: r209554 - in head/usr.sbin/pc-sysinstall: . pc-sysinstall
X-SVN-Group: head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Sender: owner-src-committers@FreeBSD.org
Precedence: bulk
X-Loop: FreeBSD.ORG

Author: imp
Date: Sun Jun 27 17:14:04 2010
New Revision: 209554
URL: http://svn.freebsd.org/changeset/base/209554

Log:
  Properly inherit variables from src/usr.sbin/Makefile.inc for
  subdirectories of pc-sysinstall.  Back out explicit setting in
  pc-sysinstall/pc-sysinstall/Makefile.

Added:
  head/usr.sbin/pc-sysinstall/Makefile.inc   (contents, props changed)
Modified:
  head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile

Added: head/usr.sbin/pc-sysinstall/Makefile.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.sbin/pc-sysinstall/Makefile.inc	Sun Jun 27 17:14:04 2010	(r209554)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+.include "../Makefile.inc"

Modified: head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile
==============================================================================
--- head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile	Sun Jun 27 17:04:03 2010	(r209553)
+++ head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile	Sun Jun 27 17:14:04 2010	(r209554)
@@ -2,6 +2,5 @@
 
 SCRIPTS=pc-sysinstall.sh
 MAN=	pc-sysinstall.8
-BINDIR=	/usr/sbin
 
 .include <bsd.prog.mk>


----Next_Part(Sun_Jun_27_12_03_49_2010_362)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100627.120349.649807917675430774.imp>